Changes between Initial Version and Version 1 of Ticket #11553, comment 31


Ignore:
Timestamp:
Mar 6, 2014, 10:49:30 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11553, comment 31

    initial v1  
    44Actually, what I said about PostgreSQL and MySQL not having been supported at that time may not be correct. However, if you write raw SQL, then you need to ensure it is cross-db compatible. If you use the classes I suggested, the API will handle it for you.
    55
    6 The problem is that you've only half-implemented what I suggested. I didn't say you could use `int64` in SQL. I directed you to code showing how it can be used to construct SQL using the classes in `trac.db.api`.
     6The problem is that you've only half-implemented what I suggested (comment:12). I didn't say you could use `int64` in SQL. I directed you to code showing how it can be used to construct SQL using the classes in `trac.db.api`.