summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* - Fixed SQLite reflection methods so that non-presentrel_0_4Mike Bayer2009-03-171-5/+10
* - Fixed bug which was preventing out params of certain typesMike Bayer2009-01-031-1/+6
* - postgresMike Bayer2008-12-231-0/+38
* - mysqlMike Bayer2008-12-211-1/+1
* Handle the mssql port properly. If we're using the SQL Server driver then use...Michael Trier2008-11-101-10/+16
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8Mike Bayer2008-10-121-3/+31
* - Supplied a custom strftime() function whichMike Bayer2008-09-191-3/+3
* - added BFILE to the list of reflected typesMike Bayer2008-09-031-0/+1
* has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-031-4/+7
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-2/+29
* Fixed messed up __init__ in MSSmallDate. Fixes #1040.Michael Trier2008-07-141-1/+1
* Added PGCidr type to postgres. Closes #1092Michael Trier2008-07-031-0/+5
* - add SLFloat type, which matches the SQLite REALMike Bayer2008-07-021-1/+14
* - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ...Mike Bayer2008-06-271-3/+10
* - The index name generated when you say "index=True"Mike Bayer2008-06-225-5/+6
* - Repaired server_side_cursors to properly detectMike Bayer2008-06-171-1/+4
* - Cursors now have "arraysize" set to 50 by default onMike Bayer2008-05-301-1/+8
* - Added 'CALL' to the list of SQL keywords which returnMike Bayer2008-05-271-1/+1
* merged r4813 from trunk, oracle schema name fix for [ticket:709]Mike Bayer2008-05-241-1/+3
* get_default_identifier() normalizes the returned name so that it mayMike Bayer2008-05-241-2/+2
* back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ...Mike Bayer2008-05-0913-1727/+6278
* - all oracle testtypes pass in this revMike Bayer2007-07-261-18/+15
* - removed problematic generate_dbapi_typemap() method. its hardcoded just fo...Mike Bayer2007-07-261-0/+13
* temporarily disabling genrated type_map which breaks all the othe rdialectsMike Bayer2007-07-261-0/+1
* - very rudimental support for OUT parameters added; use sql.outparam(name, type)Mike Bayer2007-07-261-5/+23
* - fixed clause_element/expression_element change from preivous checkinMike Bayer2007-07-261-0/+1
* mssql and test changes from trunkRick Morrison2007-07-261-1/+29
* - fix to oracle table aliasingMike Bayer2007-07-261-2/+2
* - changed 'desired_columns' argument to 'include_columns'Mike Bayer2007-07-268-17/+17
* - ANSICompiler now uses its own traversal when compiling, returning a composedMike Bayer2007-07-267-93/+102
* "You can also specify a list or set of column names to autoload, if you only ...Jonathan Ellis2007-07-268-18/+37
* fix up a docstring and some examplesAnts Aasma2007-07-261-1/+1
* - Numeric and Float types now have an "asdecimal" flag; defaults toMike Bayer2007-07-242-9/+34
* ColumnDefault functions pass ExecutionContext to callables which accept a sin...Mike Bayer2007-07-231-2/+2
* - refinement of connection.execute() , parameter processing behaviorMike Bayer2007-07-232-4/+4
* Remove unused imports, typo and light formatting tweaks.Jason Kirtland2007-07-197-35/+28
* Better quoting of identifiers when manipulating schemas.Jason Kirtland2007-07-192-10/+20
* - all "type" keyword arguments, such as those to bindparam(), column(),Mike Bayer2007-07-194-45/+30
* - merged fix of PG identifier length from 68 to 63 [ticket:571]Mike Bayer2007-07-181-1/+1
* - Merged r2945, r2946, r2947 from trunkJason Kirtland2007-07-181-29/+56
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-172-8/+6
* - Adjust has_table for MySQL, workaround multibyte issue on osxJason Kirtland2007-07-171-3/+13
* removed get_str(), get_from_text() from ansicompiler. removes a few hundred ...Mike Bayer2007-07-164-9/+9
* removed some remaining "connectable"/"bind_to" keywordsMike Bayer2007-07-162-2/+2
* merged trunk r2901-2924Mike Bayer2007-07-161-1/+26
* - merged trunk r2880-r2901 (slightly manually for 2900-2901)Mike Bayer2007-07-142-61/+99
* add support for two phase commits, nested subtransactions and savepoints. ref...Ants Aasma2007-07-142-1/+50
* Fixed postgres array concatenationAnts Aasma2007-07-121-1/+1
* merged trunk r2826-2879Mike Bayer2007-07-122-15/+46
* Added PGArray datatype for using postgres array datatypesAnts Aasma2007-07-121-1/+37