summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* - PG reflection, upon seeing the default schema name being used explicitlyMike Bayer2007-10-141-0/+5
* - attempted to add a test for #622 / #751, but cant reproduce the failing con...Mike Bayer2007-10-141-1/+1
* 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
* Unused imports.Jason Kirtland2007-10-132-2/+2
* Fixed reference bug in Connect, switched docstring formatJason Kirtland2007-10-131-21/+13
* - 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
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-121-1/+1
* 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
* 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
* - 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-081-0/+3
* Firebird now uses dialect.preparer to format sequences names.Roger Demetrescu2007-10-081-4/+5
* 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
* - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808]Mike Bayer2007-10-051-0/+2
* 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-021-3/+47
* removed unused _fold_identifier_case methodMike Bayer2007-10-024-20/+0
* Make the postgres_where attribute to Index private to postgres module by usin...Ants Aasma2007-10-011-2/+11
* - added partial index support for postgresAnts Aasma2007-09-291-1/+17
* firebird doesn't support sane rowcount.Roger Demetrescu2007-09-281-2/+2
* - adjust server side logic to work with standalone default executionMike Bayer2007-09-271-5/+9
* Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax insteadJason Kirtland2007-09-261-10/+22
* - added "FETCH" to the keywords detected by Postgres to indicate a result-row...Mike Bayer2007-09-261-0/+7
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-2/+2
* Don't use unicode with pyodbc on UCS-4 platforms [ticket:787]Paul Johnston2007-09-191-3/+6
* add sqlite reserved words listAnts Aasma2007-09-171-0/+9
* Removed DefaultDialect.ischema and information_schema's ISchema (which incide...Jason Kirtland2007-09-071-20/+0
* Fixed repr() of mysql floats [ticket:775]Jason Kirtland2007-09-071-4/+3
* mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an...Jason Kirtland2007-09-061-6/+13
* Fixed reflection of the empty string for mysql enums.Jason Kirtland2007-09-051-3/+3
* Set supports_sane_multi_rowcount for MSSQLPaul Johnston2007-09-041-0/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-2/+2
* Minor fixes to MSSQL reflectionPaul Johnston2007-09-031-3/+3
* adjusting firebird, obviously needs someone to testMike Bayer2007-09-011-5/+4
* fix to oracle sequence execMike Bayer2007-09-011-1/+1
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-012-9/+5
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-013-9/+3
* - got all examples workingMike Bayer2007-09-011-1/+4
* - merged inline inserts branchMike Bayer2007-09-014-39/+17