summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/psycopg2.py
Commit message (Expand)AuthorAgeFilesLines
...
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-9/+9
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-131-13/+6
* - inline some code and turn some instance-level defaults into class levelMike Bayer2010-01-291-16/+14
* statement_options -> execution_optionsMike Bayer2010-01-171-4/+4
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-12/+28
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-10/+25
* supports unicode binds in PG too. even without the UNICODE extension it seem...Mike Bayer2009-11-061-1/+2
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-5/+40
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-2/+2
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-311-0/+1
* move postgresql's % escape handling out of basePhilip Jenvey2009-08-111-1/+10
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+147