| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -1/+4 |
| * | - [feature] the SQLite date and time types | Mike Bayer | 2012-04-24 | 1 | -43/+85 |
| |\ |
|
| | * | Improve SQLite DATETIME storage format handling [ticket:2363] | Nathan Wright | 2012-03-12 | 1 | -43/+85 |
| * | | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -0/+28 |
| * | | - [bug] removed legacy behavior whereby | Mike Bayer | 2012-04-24 | 1 | -48/+1 |
| * | | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -34/+3 |
| * | | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -0/+16 |
| * | | - mysql [bug] Fixed bug whereby if cast() is used | Mike Bayer | 2012-04-16 | 1 | -2/+2 |
| * | | Changed misspelled 'altere' reserved word to 'alter' | Benjamin Trofatter | 2012-04-12 | 1 | -1/+1 |
| * | | - test explicitly for 'VIEW', 'SYSTEM VIEW' | Mike Bayer | 2012-04-12 | 1 | -1/+1 |
| * | | Modified MySQLDialect.get_view_names() to also return system views such as th... | elazar | 2012-04-11 | 1 | -2/+1 |
| * | | - adjust mysql patch a bit so that we use | Mike Bayer | 2012-04-08 | 1 | -2/+6 |
| * | | Fix innodb autoinc constraint (double)quoting | Jeff Dairiki | 2012-04-06 | 1 | -1/+1 |
| * | | - [bug] Repaired the use_scope_identity | Mike Bayer | 2012-04-05 | 2 | -11/+17 |
| * | | most of the drizzle docs are copy/pasta, let's just point users to the mysql ... | Diana Clarke | 2012-04-02 | 4 | -191/+106 |
| * | | - sql | Mike Bayer | 2012-04-01 | 1 | -0/+25 |
| * | | - [feature] Added new for_update/with_lockmode() | Mike Bayer | 2012-03-21 | 1 | -0/+4 |
| * | | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 7 | -21/+21 |
| * | | - [feature] Added support for MySQL index and | Mike Bayer | 2012-03-14 | 1 | -13/+49 |
| * | | - [bug] Added 'LEVEL' to the list of reserved | Mike Bayer | 2012-03-14 | 1 | -1/+1 |
| * | | - [feature] Added support for MSSQL INSERT, | Mike Bayer | 2012-03-13 | 2 | -1/+5 |
| * | | - [feature] Added cte() method to Query, | Mike Bayer | 2012-03-03 | 1 | -0/+7 |
| * | | revert this, bad idea | Mike Bayer | 2012-02-13 | 1 | -1/+0 |
| * | | - [bug] Fixed the "render literal bind" function, | Mike Bayer | 2012-02-13 | 1 | -0/+1 |
| |/ |
|
| * | - break out sample URLs into individual, per-database sections each with a link | Mike Bayer | 2012-02-12 | 1 | -0/+20 |
| * | - [feature] Added a new oracle create_engine() flag | Mike Bayer | 2012-02-12 | 1 | -4/+28 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 3 | -4/+64 |
| * | - Added missing compilation support for | Mike Bayer | 2012-02-12 | 1 | -0/+3 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 3 | -17/+12 |
| * | then merge this | Mike Bayer | 2012-01-28 | 6 | -8/+8 |
| |\ |
|
| | * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 6 | -8/+8 |
| * | | - [bug] removed an erroneous "raise" in the | Mike Bayer | 2012-01-28 | 1 | -3/+0 |
| |/ |
|
| * | - [bug] Added ORA-03135 to the never ending | Mike Bayer | 2012-01-25 | 1 | -1/+3 |
| * | - [bug] Dropped the "30 char" limit on pymssql, | Mike Bayer | 2012-01-22 | 1 | -1/+0 |
| * | - [bug] Adjusted the regexp used in the | Mike Bayer | 2012-01-22 | 1 | -1/+1 |
| * | - [feature] Added "false()" and "true()" expression | Mike Bayer | 2012-01-18 | 1 | -0/+6 |
| * | - [bug] fixed regexp that filters out warnings | Mike Bayer | 2012-01-17 | 1 | -3/+1 |
| * | that's not a "name=0", that's a counter. so name is None unconditonally. | Mike Bayer | 2012-01-07 | 1 | -6/+4 |
| * | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -0/+2 |
| * | happy new year | Mike Bayer | 2012-01-04 | 44 | -44/+44 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 3 | -6/+12 |
| * | - enable SAVEPOINT support fully, remove warning, [ticket:822]. | Mike Bayer | 2011-12-06 | 1 | -3/+6 |
| * | - [bug] Decode incoming values when retrieving | Mike Bayer | 2011-12-06 | 1 | -2/+9 |
| * | - [bug] don't cast "table name" as NVARCHAR | Mike Bayer | 2011-12-06 | 1 | -1/+7 |
| * | add BEGIN workaround to pysqlite docs, [ticket:2219] | Mike Bayer | 2011-12-06 | 2 | -1/+28 |
| * | update pyodbc/SQL server connection strings, [ticket:2217] | Mike Bayer | 2011-12-06 | 1 | -8/+12 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 5 | -32/+37 |
| * | - [bug] pyodbc-based dialects now parse the | Mike Bayer | 2011-12-04 | 1 | -1/+1 |
| * | - [bug] repaired the with_hint() feature which | Mike Bayer | 2011-12-03 | 1 | -2/+1 |
| * | emergency rewrite of the psycopg2 unicode section | Mike Bayer | 2011-11-29 | 1 | -24/+30 |