summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
Commit message (Expand)AuthorAgeFilesLines
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-111-2/+2
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-312-14/+12
* rename jdbc suffix to zxjdbc, add ReturningParam.__ne__Philip Jenvey2009-08-301-2/+2
* correct the create_engine urlPhilip Jenvey2009-08-261-1/+2
* move postgresql's % escape handling out of basePhilip Jenvey2009-08-114-23/+31
* - simplify MySQLIdentifierPreparer into standard pattern,Mike Bayer2009-08-101-0/+1
* - PG: somewhat better support for % signs in table/column names;Mike Bayer2009-08-091-0/+4
* close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fixMike Bayer2009-08-091-0/+13
* merge 0.6 series to trunk.Mike Bayer2009-08-066-0/+1240