summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-12/+18
* - string-based query param parsing/config file parser understandsMike Bayer2007-10-161-2/+14
* - Fixed SQL compiler's awareness of top-level column labels as usedMike Bayer2007-10-164-9/+13
* - inline optimizations added to locate_dirty() which can greatly speed upMike Bayer2007-10-152-10/+26
* - much more query verbiageMike Bayer2007-10-151-3/+3
* - PG reflection, upon seeing the default schema name being used explicitlyMike Bayer2007-10-141-0/+5
* - backref remove object operation doesn't fail if the other-sideMike Bayer2007-10-141-1/+7
* - attempted to add a test for #622 / #751, but cant reproduce the failing con...Mike Bayer2007-10-142-2/+2
* Moved author comment preventing python 2.3 from importing the module...Jason Kirtland2007-10-131-1/+2
* Snipped another generator expression.Jason Kirtland2007-10-131-1/+2
* Converted errant generator expression.Jason Kirtland2007-10-131-1/+3
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-137-15/+19
* Winnowed __all__ for 'import * from sqlalchemy.engine'Jason Kirtland2007-10-131-1/+15
* Unused imports.Jason Kirtland2007-10-132-2/+2
* Fixed reference bug in Connect, switched docstring formatJason Kirtland2007-10-131-21/+13
* Removed a tab.Jason Kirtland2007-10-131-1/+0
* - sybase cleanups: unused imports, adjusted docstrings, trailing whitespaceJason Kirtland2007-10-132-111/+121
* A few fixes to the access dialectPaul Johnston2007-10-121-31/+22
* Make ActiveMapper use scoped_session instead of SessionContextPaul Johnston2007-10-121-19/+6
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-122-3/+4
* firebird: Fixed reflection for Integer and Numeric (after introducing Float c...Roger Demetrescu2007-10-121-1/+1
* Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYP...Roger Demetrescu2007-10-121-3/+42
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-111-9/+20
* applied patch for pymssql 30-char limitRick Morrison2007-10-101-2/+3
* - Fixed oracle 'use_ansi'-via-engine-url handling, added support for 'mode=sy...Jason Kirtland2007-10-101-6/+24
* similar type optimization for the Interval typeGaëtan de Menten2007-10-101-14/+22
* Made the PickleType slightly faster.Gaëtan de Menten2007-10-101-14/+25
* make two-phase transactions work a bit better by letting psycopg do whatever ...Ants Aasma2007-10-101-0/+2
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-102-0/+943
* - fixed Oracle non-ansi join syntaxMike Bayer2007-10-101-5/+11
* - Cleaned up visit_insert a bit, inserts are ~3% faster now.Jason Kirtland2007-10-081-4/+7
* - a better fix for [ticket:810]. The cause was two phase commit/rollback not ...Ants Aasma2007-10-081-3/+2
* - fix multiple consequent two phase transactions not working with postgres. F...Ants Aasma2007-10-082-7/+17
* Firebird now uses dialect.preparer to format sequences names.Roger Demetrescu2007-10-081-4/+5
* - Loosened up test_cant_execute_join for oracle (probably) + bonus typo fixJason Kirtland2007-10-081-2/+2
* - fix to anonymous label generation of long table/column names [ticket:806]Mike Bayer2007-10-071-1/+1
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+2
* - oracle does not implicitly convert to unicode for non-typed resultMike Bayer2007-10-061-15/+14
* - null foreign key on a m2o doesn't trigger a lazyload [ticket:803]Mike Bayer2007-10-063-10/+19
* - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808]Mike Bayer2007-10-051-0/+2
* - Sequences gain a basic dialect-specific kwargs bucket, like Tables.Jason Kirtland2007-10-041-3/+10
* - Fixed convert_result_value/bind_param compatibility for types without proce...Jason Kirtland2007-10-041-23/+35
* Firebird now passes all tests from /test/engine/reflection.py (except Unicode...Roger Demetrescu2007-10-041-35/+48
* - move PG RETURNING tests to postgres dialect testMike Bayer2007-10-041-0/+7
* Made the regexp detecting the returning token more readable and fixed a coupl...Ants Aasma2007-10-031-2/+13
* add support for returning results from inserts and updates for postgresql 8.2...Ants Aasma2007-10-022-13/+61
* removed unused _fold_identifier_case methodMike Bayer2007-10-025-32/+0
* - The no-arg ResultProxy._row_processor() is now the class attributeJason Kirtland2007-10-021-92/+90
* - Removed duplicate RowProxy.__len__ definition and some range(0, 1) lintJason Kirtland2007-10-021-5/+7
* - ident passed to id_chooser in shard.py always a listMike Bayer2007-10-011-1/+2