Too many "SELECT Group_Id FROM Groups_Users WHERE Login = null"
Favorite Filters
You must be logged in to view favorite filters.
Export - CSV (All fields)
Export - CSV (Current fields)
Search
- CMS-6247Too many "SELECT Group_Id FROM Groups_Users WHERE Login = null"
- CMS-4563wrapper.xsl doesn't copy the input head nodes
- CMS-4561Image 404 on table insertion
- CMS-4559syntax warning in css files
- CMS-4558There is no link "read more" on view "abstract" and "link" of contents
- CMS-4556Date metadata are not indexed with the correct value
- CMS-4555Infinite loop in ValidateActionButton
- CMS-4554The archive workflow action ID is hardcoded
- CMS-4553Ugly ExtJS message boxes with theme gray
- CMS-4551"ametys:resourcesByPath('repositoryName')/resource" does not work in a test. If the repository does not exist, it return this error "There's no object at path repositoryName from path /ametys-internal:sites/default/ametys-internal:resources"
- CMS-4550FO account management - remove the captcha on the "new token" form
- CMS-4546Js error on image diaporama
- CMS-4544Error in logs when inserting an attachment in content edition
- CMS-4543Misspelling for "delagate rights" description in french
- CMS-454227 JS errors when canceling the "insert a link" dialog box
- CMS-4541Create JDBC users managers in plugin site which reference the FOUsers table
- CMS-4540[Filtered contents] : The RSS has no title in Google reader
- CMS-4539Unable to insert two links to a document to download
- CMS-4538[Demo] RSS image for article's comments has border
- CMS-4537Missing catalog keys on comments invalidation
- CMS-4536The front-office JDBC GroupsManager listens on the back-office UsersManager
- CMS-4535Chrome infinite recursivity
- CMS-4534Handle mceNonEditable in a better way on basic actions
- CMS-4532When I delete a user in _admin I get an error because it try to access to front-office database
- CMS-4529Table legend : should not accept all html
- CMS-4528Errors when retrieving site cache statistics are not handle
- CMS-4527When you have no rights on resources, you can not move a attachment
- CMS-4526Contents attachments : unable to insert a link
- CMS-4525A content is corrupted after the user has unarchived it while she had no right to the application context
- CMS-4524[Sort and filters widget] Alpha osrt button is missaligned
- CMS-4523Support of chrome 26 and 27
- CMS-4522CacheHelper is responsible for slowness if site configuration is incomplete
- CMS-4519english text in french
- CMS-4518Demo skin carrousel : avoid to reexecute js
- CMS-4516[Folder content -> Picture slideshow] Problem scrolling images with the mouse
- CMS-4515Pop-up about "server restart" appears too often
- CMS-4513[Shared contents and limited access] : The images are not displayed in a filtered contents in main view
- CMS-4511When I rename a directory, move a file, rename a file in the resource explorer, the link is broken
- CMS-4509The CMS is too slow on Chrome
- CMS-4508Some classes reference non-existing "unknown content-type" images
- CMS-4506Support of FF21
- CMS-4504Repeater entries are shifted in the content properties tool
- CMS-4502IE7 js error blocking the load
- CMS-4501In the CSS properties {bgcolor} block the sending of the newsletter
- CMS-4500Error while saving a content with IE
- CMS-4498Typo in the demo repository
- CMS-4497demo data and old services
- CMS-4496Add a method "updateSite" for CopyUpdater extension
- CMS-4495Live building : unknown content type or service
- CMS-4494Error "FWK005 parse may not be called while parsing" while rebuilding live
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0
https://dev.mysql.com/doc/refman/5.1/en/problems-with-null.html
The problem is, when we do a setString("Login", null) the mysql java driver translates it to "where Login = null" instead of "where Login IS NULL".