| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed E notation problem in mssql. Closes #1216. | Michael Trier | 2008-11-08 | 1 | -0/+34 |
| * | Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ... | Michael Trier | 2008-11-08 | 1 | -22/+10 |
| * | Tiny fix to test setup logic. | Jason Kirtland | 2008-11-04 | 1 | -6/+7 |
| * | Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117] | Jason Kirtland | 2008-10-28 | 1 | -24/+73 |
| * | Mysql no longer expects include_columns to be specified in lowercase. Fixes #... | Michael Trier | 2008-10-28 | 1 | -0/+23 |
| * | auto_convert_lobs=False honored by OracleBinary, OracleText types | Mike Bayer | 2008-10-24 | 1 | -0/+14 |
| * | - fixed some oracle unit tests in test/sql/ | Mike Bayer | 2008-10-24 | 1 | -5/+5 |
| * | - CompileTests run without the DBAPI being used | Mike Bayer | 2008-10-23 | 1 | -1/+0 |
| * | Corrected missing declaration in the mssql dialect test. | Michael Trier | 2008-10-21 | 1 | -0/+1 |
| * | Cleaned up the create_connect_args so that it makes no expectations about key... | Michael Trier | 2008-10-19 | 1 | -0/+16 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -5/+5 |
| * | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2 | Mike Bayer | 2008-10-12 | 1 | -0/+18 |
| * | Removed the visit_function stuff in mssql dialect. Added some tests for the f... | Michael Trier | 2008-10-11 | 1 | -0/+4 |
| * | - Oracle will detect string-based statements which contain | Mike Bayer | 2008-10-07 | 1 | -0/+4 |
| * | - Overhauled SQLite date/time bind/result processing | Mike Bayer | 2008-09-19 | 1 | -0/+1 |
| * | - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, without | Mike Bayer | 2008-09-10 | 1 | -0/+3 |
| * | correct extra space in SQL assertions | Mike Bayer | 2008-09-03 | 1 | -5/+5 |
| * | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 1 | -15/+20 |
| * | - Added MSMediumInteger type [ticket:1146]. | Mike Bayer | 2008-08-24 | 1 | -0/+15 |
| * | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 1 | -1/+1 |
| * | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 1 | -9/+7 |
| * | - mysql.MSEnum value literals now automatically quoted when used in a CREATE. | Jason Kirtland | 2008-07-16 | 1 | -16/+33 |
| * | - Removed 2.3 Decimal compat | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | 2.4 support ! | Mike Bayer | 2008-07-14 | 1 | -4/+5 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 4 | -0/+333 |
| * | - SQLite Date, DateTime, and Time types only accept Python | Mike Bayer | 2008-07-09 | 1 | -19/+2 |
| * | - Modified SQLite's representation of "microseconds" to | Mike Bayer | 2008-06-27 | 1 | -1/+15 |
| * | test coverage for server side statement detection | Mike Bayer | 2008-06-17 | 1 | -0/+10 |
| * | merged [ticket:1062] fix from 0.4 branch r4827 | Mike Bayer | 2008-05-30 | 1 | -0/+35 |
| * | oracle dialect takes schema name into account when checking for existing tables | Mike Bayer | 2008-05-24 | 1 | -1/+39 |
| * | The column default has been renamed `server_default` in 0.5 | Lele Gaifax | 2008-05-16 | 1 | -3/+3 |
| * | Fix table.delete() arguments | Lele Gaifax | 2008-05-15 | 1 | -1/+1 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 3 | -53/+53 |
| * | Support Firebird 2.0+ RETURNING | Lele Gaifax | 2008-05-14 | 1 | -1/+108 |
| * | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 3 | -14/+14 |
| * | MSText no longer implicitly creates TEXT for string with no length | Mike Bayer | 2008-05-09 | 1 | -3/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 7 | -25/+25 |
| * | Firebird 2 has a SUBSTRING() builtin, expose it thru a function | Lele Gaifax | 2008-04-11 | 1 | -0/+3 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 2 | -8/+8 |
| * | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -1/+32 |
| * | some fixes to the MS-SQL aliasing so that result_map is properly populated | Mike Bayer | 2008-04-02 | 1 | -0/+11 |
| * | some test fixup for oracle | Mike Bayer | 2008-04-02 | 1 | -5/+5 |
| * | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 1 | -0/+43 |
| * | continue attempting to get proper count for pybot on 2.5, ensure order_by for... | Mike Bayer | 2008-04-02 | 1 | -1/+1 |
| * | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -2/+12 |
| * | fix up some unit tests | Mike Bayer | 2008-04-01 | 2 | -2/+2 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -1/+25 |
| * | - the "owner" keyword on Table is now deprecated, and is | Mike Bayer | 2008-03-22 | 1 | -1/+76 |
| * | unit test for mutable PGArray, thanks to AlexB !!! | Mike Bayer | 2008-03-04 | 1 | -0/+42 |
| * | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -0/+10 |