Changes between Initial Version and Version 1 of Ticket #11558, comment 8


Ignore:
Timestamp:
Feb 11, 2014, 3:59:39 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11558, comment 8

    initial v1  
    1 Another thing to consider ... are you guys using different database backends? SQLite is very forgiving, but PostgreSQL much more strict. You may need to quote the literal `1` for cross-db compatibility: [browser:/ldapauthstoreplugin/trunk/ldapauthstore/ldap_store.py@13347:141-142,149-151#L116].
     1Another thing to consider ... are you guys using different database backends? SQLite is very forgiving, but PostgreSQL much more strict. You may need to quote the literal `1` for cross-db compatibility (add single-quotes around literal): [browser:/ldapauthstoreplugin/trunk/ldapauthstore/ldap_store.py@13347:141-142,149-151#L116].
    22
    33To help debug, you could set `[trac] debug_sql = True` (see TracIni#trac-section for more details).