| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed SQLite reflection methods so that non-presentrel_0_4 | Mike Bayer | 2009-03-17 | 1 | -5/+10 |
| * | - Fixed bug which was preventing out params of certain types | Mike Bayer | 2009-01-03 | 1 | -1/+6 |
| * | - postgres | Mike Bayer | 2008-12-23 | 1 | -0/+38 |
| * | - mysql | Mike Bayer | 2008-12-21 | 1 | -1/+1 |
| * | Handle the mssql port properly. If we're using the SQL Server driver then use... | Michael Trier | 2008-11-10 | 1 | -10/+16 |
| * | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_4_8 | Mike Bayer | 2008-10-12 | 1 | -3/+31 |
| * | - Supplied a custom strftime() function which | Mike Bayer | 2008-09-19 | 1 | -3/+3 |
| * | - added BFILE to the list of reflected types | Mike Bayer | 2008-09-03 | 1 | -0/+1 |
| * | has_sequence() now takes the current "schema" argument into | Mike Bayer | 2008-09-03 | 1 | -4/+7 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 1 | -2/+29 |
| * | Fixed messed up __init__ in MSSmallDate. Fixes #1040. | Michael Trier | 2008-07-14 | 1 | -1/+1 |
| * | Added PGCidr type to postgres. Closes #1092 | Michael Trier | 2008-07-03 | 1 | -0/+5 |
| * | - add SLFloat type, which matches the SQLite REAL | Mike Bayer | 2008-07-02 | 1 | -1/+14 |
| * | - applied the "reverse" of r4877 from trunk; correct microsecond behavior is ... | Mike Bayer | 2008-06-27 | 1 | -3/+10 |
| * | - The index name generated when you say "index=True" | Mike Bayer | 2008-06-22 | 5 | -5/+6 |
| * | - Repaired server_side_cursors to properly detect | Mike Bayer | 2008-06-17 | 1 | -1/+4 |
| * | - Cursors now have "arraysize" set to 50 by default on | Mike Bayer | 2008-05-30 | 1 | -1/+8 |
| * | - Added 'CALL' to the list of SQL keywords which return | Mike Bayer | 2008-05-27 | 1 | -1/+1 |
| * | merged r4813 from trunk, oracle schema name fix for [ticket:709] | Mike Bayer | 2008-05-24 | 1 | -1/+3 |
| * | get_default_identifier() normalizes the returned name so that it may | Mike Bayer | 2008-05-24 | 1 | -2/+2 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 13 | -1727/+6278 |
| * | - all oracle testtypes pass in this rev | Mike Bayer | 2007-07-26 | 1 | -18/+15 |
| * | - removed problematic generate_dbapi_typemap() method. its hardcoded just fo... | Mike Bayer | 2007-07-26 | 1 | -0/+13 |
| * | temporarily disabling genrated type_map which breaks all the othe rdialects | Mike Bayer | 2007-07-26 | 1 | -0/+1 |
| * | - very rudimental support for OUT parameters added; use sql.outparam(name, type) | Mike Bayer | 2007-07-26 | 1 | -5/+23 |
| * | - fixed clause_element/expression_element change from preivous checkin | Mike Bayer | 2007-07-26 | 1 | -0/+1 |
| * | mssql and test changes from trunk | Rick Morrison | 2007-07-26 | 1 | -1/+29 |
| * | - fix to oracle table aliasing | Mike Bayer | 2007-07-26 | 1 | -2/+2 |
| * | - changed 'desired_columns' argument to 'include_columns' | Mike Bayer | 2007-07-26 | 8 | -17/+17 |
| * | - ANSICompiler now uses its own traversal when compiling, returning a composed | Mike Bayer | 2007-07-26 | 7 | -93/+102 |
| * | "You can also specify a list or set of column names to autoload, if you only ... | Jonathan Ellis | 2007-07-26 | 8 | -18/+37 |
| * | fix up a docstring and some examples | Ants Aasma | 2007-07-26 | 1 | -1/+1 |
| * | - Numeric and Float types now have an "asdecimal" flag; defaults to | Mike Bayer | 2007-07-24 | 2 | -9/+34 |
| * | ColumnDefault functions pass ExecutionContext to callables which accept a sin... | Mike Bayer | 2007-07-23 | 1 | -2/+2 |
| * | - refinement of connection.execute() , parameter processing behavior | Mike Bayer | 2007-07-23 | 2 | -4/+4 |
| * | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 7 | -35/+28 |
| * | Better quoting of identifiers when manipulating schemas. | Jason Kirtland | 2007-07-19 | 2 | -10/+20 |
| * | - all "type" keyword arguments, such as those to bindparam(), column(), | Mike Bayer | 2007-07-19 | 4 | -45/+30 |
| * | - merged fix of PG identifier length from 68 to 63 [ticket:571] | Mike Bayer | 2007-07-18 | 1 | -1/+1 |
| * | - Merged r2945, r2946, r2947 from trunk | Jason Kirtland | 2007-07-18 | 1 | -29/+56 |
| * | Properly escape table names when reflecting for mssql and sqlite [ticket:653] | Paul Johnston | 2007-07-17 | 2 | -8/+6 |
| * | - Adjust has_table for MySQL, workaround multibyte issue on osx | Jason Kirtland | 2007-07-17 | 1 | -3/+13 |
| * | removed get_str(), get_from_text() from ansicompiler. removes a few hundred ... | Mike Bayer | 2007-07-16 | 4 | -9/+9 |
| * | removed some remaining "connectable"/"bind_to" keywords | Mike Bayer | 2007-07-16 | 2 | -2/+2 |
| * | merged trunk r2901-2924 | Mike Bayer | 2007-07-16 | 1 | -1/+26 |
| * | - merged trunk r2880-r2901 (slightly manually for 2900-2901) | Mike Bayer | 2007-07-14 | 2 | -61/+99 |
| * | add support for two phase commits, nested subtransactions and savepoints. ref... | Ants Aasma | 2007-07-14 | 2 | -1/+50 |
| * | Fixed postgres array concatenation | Ants Aasma | 2007-07-12 | 1 | -1/+1 |
| * | merged trunk r2826-2879 | Mike Bayer | 2007-07-12 | 2 | -15/+46 |
| * | Added PGArray datatype for using postgres array datatypes | Ants Aasma | 2007-07-12 | 1 | -1/+37 |