| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed pg8000 dialect to cope with native JSONpr/132 | Tony Locke | 2015-01-03 | 1 | -1/+12 |
* | Make pg8000 version detection more robust | Tony Locke | 2014-12-16 | 1 | -6/+11 |
* | pg8000 client_encoding in create_engine() | Tony Locke | 2014-12-16 | 2 | -10/+60 |
* | - automap isn't new anymore | Mike Bayer | 2014-12-14 | 1 | -1/+1 |
* | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 5 | -244/+506 |
* | - add tentative 'changelog' documentation on #3244 | Jon Nelson | 2014-12-13 | 1 | -0/+9 |
* | - add test_get_unnamed_unique_constraints to SQLite reflection tests | Jon Nelson | 2014-12-13 | 1 | -0/+18 |
* | - fix unique constraint parsing for sqlite -- may return '' for name, however | Jon Nelson | 2014-12-13 | 1 | -1/+1 |
* | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 4 | -2/+72 |
* | - update zoomark | Mike Bayer | 2014-12-12 | 1 | -6/+6 |
* | - fix up query update /delete documentation, make warnings | Mike Bayer | 2014-12-10 | 1 | -69/+110 |
* | - keep working on fixing #3266, more cases, more tests | Mike Bayer | 2014-12-10 | 1 | -4/+5 |
* | - rework the handle error on connect tests from test_parsconnect where | Mike Bayer | 2014-12-10 | 2 | -236/+245 |
* | Merge remote-tracking branch 'origin/pr/153' | Mike Bayer | 2014-12-08 | 1 | -1/+1 |
|\ |
|
| * | Removing unneeded space.pr/153 | Yuval Langer | 2014-12-09 | 1 | -1/+1 |
* | | - identify another spot where _handle_dbapi_error() needs to do something | Mike Bayer | 2014-12-08 | 2 | -3/+32 |
|/ |
|
* | - simplify the "noconnection" error handling, setting | Mike Bayer | 2014-12-08 | 3 | -20/+22 |
* | - autoinc here for oracle | Mike Bayer | 2014-12-08 | 1 | -1/+3 |
* | - force the _has_events flag to True on engines, so that | Mike Bayer | 2014-12-08 | 2 | -54/+24 |
* | - some profile changes likely due to the change in event listeningticket_3100 | Mike Bayer | 2014-12-08 | 2 | -23/+54 |
* | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 8 | -40/+217 |
* | start docs... | Mike Bayer | 2014-12-07 | 1 | -0/+55 |
* | - add an option for bulk_save -> update to not do history | Mike Bayer | 2014-12-07 | 3 | -14/+58 |
* | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 4 | -25/+215 |
* | - initial tests for bulk | Mike Bayer | 2014-12-07 | 2 | -1/+319 |
* | - rework the assert_sql system so that we have a context manager to work with, | Mike Bayer | 2014-12-07 | 3 | -33/+75 |
* | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 74 | -736/+2828 |
|\ |
|
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 8 | -24/+201 |
| * | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 4 | -5/+17 |
| * | pep8 | Mike Bayer | 2014-12-06 | 1 | -106/+141 |
| * | - adjust _revalidate_connection() again such that we pass a _wrap=False | Mike Bayer | 2014-12-05 | 4 | -24/+33 |
| * | - move inner calls to _revalidate_connection() outside of existing | Mike Bayer | 2014-12-05 | 2 | -9/+43 |
| * | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 3 | -1/+134 |
| * | - pep8 | Mike Bayer | 2014-12-05 | 1 | -191/+232 |
| * | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 2 | -1/+6 |
| * | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 8 | -19/+243 |
| * | - pep8 cleanup | Mike Bayer | 2014-12-05 | 1 | -58/+77 |
| * | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 5 | -11/+272 |
| * | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 2 | -1/+8 |
| * | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 9 | -61/+247 |
| * | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 3 | -3/+13 |
| * | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 14 | -16/+180 |
| * | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 5 | -1/+93 |
| * | Merge remote-tracking branch 'origin/pr/151' into pr151 | Mike Bayer | 2014-12-01 | 7 | -5/+21 |
| |\ |
|
| | * | It now calls raise_from_causepr/151 | Scott Dugas | 2014-11-03 | 1 | -6/+4 |
| | * | Merge branch 'master' into fdbsql-tests | Scott Dugas | 2014-11-03 | 122 | -3710/+9393 |
| | |\ |
|
| | * | | Removed accidental print statements | Scott Dugas | 2014-10-30 | 1 | -2/+0 |
| | * | | Added requirement for temporary tables | Scott Dugas | 2014-10-30 | 2 | -0/+6 |
| | * | | Set the length for MyType implementation | Scott Dugas | 2014-10-29 | 1 | -1/+1 |
| | * | | require check constraints for tests | Scott Dugas | 2014-10-23 | 2 | -0/+2 |