scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
357 stars 83 forks source link

Disable case sensitive in ORDER BY clause #220

Closed pirhoo closed 10 years ago

pirhoo commented 10 years ago

This simple addition makes "order by" case insensitive (which is the default behavior with other Django db backends ;).

mhluongo commented 10 years ago

Sounds good- thanks @Pirhoo!

pirhoo commented 10 years ago

Ah! I Didn't expect that the test fails with DESC request. I'm working on it.