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-3770Spell mistake "cuurent site" on document search service
- CMS-3766White space missing between title and subtitle
- CMS-3764The users of UGC should not access to the glossary fonctionnality
- CMS-3763Handle the CONTENT_UNPUBLISHED event in observers
- CMS-3762An content just unpublished still appears in the search page
- CMS-3760[Demo] Newsletter in demo data was not updated
- CMS-3759The ZONEITEM_ADDED event is never sent
- CMS-3758[Demo] Update the index.html page with the supported browsers
- CMS-3757New view named "List" for content aggregation service is not explicite
- CMS-3756Add a pipeline to serve static resources in WEB-INF/params
- CMS-3755Button to erase filter and all other tools missing on tags window
- CMS-3754Filter on tags does not work
- CMS-3752[Demo skin] On BO,"read more" links on carousel view open a new window
- CMS-3751Since the upgrade of tika to version 1.0, documents are indexed empty
- CMS-3747Delete caches when site configuration change (eg. skin change)
- CMS-3746Wrong message when trying to delete an user of a group.
- CMS-3742A virgin page which is became a page with content is not refreshed on preview
- CMS-3740JCR query issue on query of type //element(name, type)
- CMS-3739Extend the ametysXSLTHelper to add a ametys:tagCategoryLabel()
- CMS-3737Some i18n key for ribbon should move from Web to CMS
- CMS-3736[Demo] The "Site d'exemple" text is not translated in english sitemap
- CMS-3735Images are not visible anymore on FO
- CMS-3734Reflexion effect of the picture does not work on Chrome navigator.
- CMS-3733[Demo] URL style is ok in inline editor but not in live version
- CMS-3732[Demo] In a blog site, title of article is cut (french & english version)
- CMS-3731[Demo] In a blog site, wrong display of the title of an article in a category (french & english version)
- CMS-3730[Demo] Update demo repository
- CMS-3729Sitemap tool : the updateNodeUI function should check that node ui is not null
- CMS-3728[Demo] In a blog site, title of profil zone is cut in French version
- CMS-3726Miss an "affect super user" action in CMS
- CMS-3725ValidationStepFunction should be moved to CMS
- CMS-3723ResourceFileWidget and ResourceImageWidget not adapted for services
- CMS-3722Content aggregation new view : should be crawlable using keyboard
- CMS-3721Content aggregation new view : should have a play/pause button
- CMS-3720Content aggregation new view : startup news is not the correct one
- CMS-3719Content aggregation new view : do not work without js
- CMS-3718Adding ResourceFileWidget and ResourceImageWidget
- CMS-3716The restore function does not notify observers of content modification
- CMS-3715Add support of FF14
- CMS-3714The cache policies do not handle the CONTENT_UNPUBLISHED event
- CMS-3713The default-content.xsl file hasn't been modified to 3.3-style XSL architecture
- CMS-3712[Edition] When applying style on a image or table, the floating css class is repeated several times
- CMS-3711Add Gadgets plugin to demo application
- CMS-3710cms.xsl generates empty xmlns elements
- CMS-3709Do not inject the context path in InlineEditorCliendSideElement
- CMS-3708IsPageCacheableAction doesn't care about InputData cacheability
- CMS-3707The front-office is unable to maintain a HTTP session
- CMS-3706Add plugin blog to demo application
- CMS-3705Configuration parameter to activate dynamic cache on page is really not explicite
{"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".