| Commit message (Expand) | Author | Age | Files | Lines |
* | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 1 | -1/+1 |
* | - added **modifiers to _get_from_objects | Mike Bayer | 2007-08-22 | 1 | -8/+7 |
* | - method call removal | Mike Bayer | 2007-08-20 | 1 | -4/+5 |
* | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -28/+20 |
* | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 1 | -1/+1 |
* | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -25/+43 |
* | - fixes to PG unicode table/sequence reflection/create/drops | Mike Bayer | 2007-08-10 | 1 | -3/+3 |
* | - added 'object_session' as classlevel method to Session | Mike Bayer | 2007-08-09 | 1 | -1/+3 |
* | - fixed table_names for postgres to return as dialect.encoding-decoded unicod... | Mike Bayer | 2007-08-03 | 1 | -1/+1 |
* | Remove unused mxDateTime | Jason Kirtland | 2007-08-01 | 1 | -5/+0 |
* | Stopgap for post- #646 and r3030, wedge in 0.3 Decimals-are-floats behavior f... | Jason Kirtland | 2007-08-01 | 1 | -3/+2 |
* | - assurances that context.connection is safe to use by column default functio... | Mike Bayer | 2007-07-31 | 1 | -2/+2 |
* | r/m information_schema from pg | Jonathan Ellis | 2007-07-29 | 1 | -163/+164 |
* | engine.table_names() | Jonathan Ellis | 2007-07-29 | 1 | -0/+3 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -156/+137 |
* | - fixed max identifier length on postgres (63) [ticket:571] | Gaƫtan de Menten | 2007-07-17 | 1 | -1/+1 |
* | - more docs | Mike Bayer | 2007-07-15 | 1 | -1/+1 |
* | dont cache reflected domains, lookup each time | Mike Bayer | 2007-07-12 | 1 | -4/+1 |
* | postgres: | Mike Bayer | 2007-06-29 | 1 | -4/+68 |
* | fix #624, modulo operator escaping on mysql and postgres | Ants Aasma | 2007-06-26 | 1 | -0/+2 |
* | - the dialects within sqlalchemy.databases become a setuptools | Mike Bayer | 2007-04-17 | 1 | -9/+11 |
* | - got unicode schemas to work with postgres | Mike Bayer | 2007-04-15 | 1 | -5/+5 |
* | for #516, moved the "disconnect check" step out of pool and back into base.py... | Mike Bayer | 2007-04-03 | 1 | -12/+10 |
* | - merged the patch from #516 + fixes | Mike Bayer | 2007-04-02 | 1 | -0/+13 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -77/+61 |
* | latest #214 fixups | Mike Bayer | 2007-03-31 | 1 | -1/+1 |
* | thank you, SVN, for being completely idiotic and non-intutive. rolling back i... | Mike Bayer | 2007-03-30 | 1 | -5/+8 |
* | current progress with exec branch | Mike Bayer | 2007-03-29 | 1 | -8/+5 |
* | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 1 | -0/+3 |
* | various cleanup, docs and things, getting ready for 0.3.6 | Mike Bayer | 2007-03-23 | 1 | -1/+1 |
* | - added db modules to genned docstrings | Mike Bayer | 2007-03-18 | 1 | -5/+4 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -44/+71 |
* | added PGInet type [ticket:444] | Mike Bayer | 2007-02-17 | 1 | -0/+5 |
* | - added PGInterval type [ticket:460] | Mike Bayer | 2007-02-06 | 1 | -1/+5 |
* | - sequences on a non-pk column will properly fire off on INSERT for PG/oracle | Mike Bayer | 2007-02-02 | 1 | -4/+6 |
* | added regexp search for "schema" in sequence reflection for [ticket:442], cou... | Mike Bayer | 2007-01-28 | 1 | -0/+6 |
* | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 1 | -1/+1 |
* | has_table wasnt handling case-sensitive table names | Mike Bayer | 2007-01-19 | 1 | -2/+2 |
* | - fix to the initial checkfirst for tables to take current schema into accoun... | Mike Bayer | 2007-01-17 | 1 | -3/+6 |
* | - postgres cursor option is now server_side_cursors=False; some users get bad... | Mike Bayer | 2007-01-14 | 1 | -6/+5 |
* | - postgres no longer uses client-side cursors, uses more efficient server side | Mike Bayer | 2007-01-10 | 1 | -3/+12 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | - fixes to postgres reflection to better handle when schema names are present; | Mike Bayer | 2006-12-24 | 1 | -53/+34 |
* | - added "BIGSERIAL" support for postgres table with PGBigInteger/autoincrement | Mike Bayer | 2006-12-15 | 1 | -1/+4 |
* | PGBigInteger subclasses PGInteger so it gets used | Mike Bayer | 2006-12-15 | 1 | -1/+1 |
* | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 1 | -21/+25 |
* | - fix to postgres sequence quoting when using schemas | Mike Bayer | 2006-10-30 | 1 | -1/+1 |
* | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
* | fixed pg reflection of timezones | Mike Bayer | 2006-10-20 | 1 | -2/+8 |
* | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -5/+5 |