summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/postgres.py
Commit message (Expand)AuthorAgeFilesLines
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-1/+1
* - added **modifiers to _get_from_objectsMike Bayer2007-08-221-8/+7
* - method call removalMike Bayer2007-08-201-4/+5
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-28/+20
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-151-1/+1
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-25/+43
* - fixes to PG unicode table/sequence reflection/create/dropsMike Bayer2007-08-101-3/+3
* - added 'object_session' as classlevel method to SessionMike Bayer2007-08-091-1/+3
* - fixed table_names for postgres to return as dialect.encoding-decoded unicod...Mike Bayer2007-08-031-1/+1
* Remove unused mxDateTimeJason Kirtland2007-08-011-5/+0
* Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f...Jason Kirtland2007-08-011-3/+2
* - assurances that context.connection is safe to use by column default functio...Mike Bayer2007-07-311-2/+2
* r/m information_schema from pgJonathan Ellis2007-07-291-163/+164
* engine.table_names()Jonathan Ellis2007-07-291-0/+3
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-156/+137
* - fixed max identifier length on postgres (63) [ticket:571]Gaƫtan de Menten2007-07-171-1/+1
* - more docsMike Bayer2007-07-151-1/+1
* dont cache reflected domains, lookup each timeMike Bayer2007-07-121-4/+1
* postgres:Mike Bayer2007-06-291-4/+68
* fix #624, modulo operator escaping on mysql and postgresAnts Aasma2007-06-261-0/+2
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-9/+11
* - got unicode schemas to work with postgresMike Bayer2007-04-151-5/+5
* for #516, moved the "disconnect check" step out of pool and back into base.py...Mike Bayer2007-04-031-12/+10
* - merged the patch from #516 + fixesMike Bayer2007-04-021-0/+13
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-77/+61
* latest #214 fixupsMike Bayer2007-03-311-1/+1
* thank you, SVN, for being completely idiotic and non-intutive. rolling back i...Mike Bayer2007-03-301-5/+8
* current progress with exec branchMike Bayer2007-03-291-8/+5
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-0/+3
* various cleanup, docs and things, getting ready for 0.3.6Mike Bayer2007-03-231-1/+1
* - added db modules to genned docstringsMike Bayer2007-03-181-5/+4
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-44/+71
* added PGInet type [ticket:444]Mike Bayer2007-02-171-0/+5
* - added PGInterval type [ticket:460]Mike Bayer2007-02-061-1/+5
* - sequences on a non-pk column will properly fire off on INSERT for PG/oracleMike Bayer2007-02-021-4/+6
* added regexp search for "schema" in sequence reflection for [ticket:442], cou...Mike Bayer2007-01-281-0/+6
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-241-1/+1
* has_table wasnt handling case-sensitive table namesMike Bayer2007-01-191-2/+2
* - fix to the initial checkfirst for tables to take current schema into accoun...Mike Bayer2007-01-171-3/+6
* - postgres cursor option is now server_side_cursors=False; some users get bad...Mike Bayer2007-01-141-6/+5
* - postgres no longer uses client-side cursors, uses more efficient server sideMike Bayer2007-01-101-3/+12
* copyright updateMike Bayer2007-01-051-1/+1
* - fixes to postgres reflection to better handle when schema names are present;Mike Bayer2006-12-241-53/+34
* - added "BIGSERIAL" support for postgres table with PGBigInteger/autoincrementMike Bayer2006-12-151-1/+4
* PGBigInteger subclasses PGInteger so it gets usedMike Bayer2006-12-151-1/+1
* - support for None as precision/length in numeric types for postgres, sqlite,...Mike Bayer2006-12-091-21/+25
* - fix to postgres sequence quoting when using schemasMike Bayer2006-10-301-1/+1
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* fixed pg reflection of timezonesMike Bayer2006-10-201-2/+8
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-5/+5