| Commit message (Expand) | Author | Age | Files | Lines |
| * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -9/+96 |
| * | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -1/+59 |
| * | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -9/+156 |
| * | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -15/+6 |
| * | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 2 | -3/+2 |
| * | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -0/+9 |
| * | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 1 | -1/+2 |
| * | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 1 | -2/+2 |
| * | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 1 | -1/+1 |
| * | - in lieu of adding a new system of translating bound parameter names | Mike Bayer | 2014-11-10 | 1 | -0/+49 |
| * | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 2 | -1/+117 |
| * | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+40 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 3 | -4/+4 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 3 | -12/+4 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 3 | -0/+8 |
| * | | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -1/+2 |
| * | | - clean up unicode docs and clarify that client_encoding | Mike Bayer | 2014-10-07 | 1 | -13/+53 |
| * | | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 2 | -12/+63 |
| * | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 2 | -6/+15 |
| |\ \ |
|
| | * | | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 2 | -6/+15 |
| * | | | - rework tests for attached databases into individual tests, | Mike Bayer | 2014-09-29 | 1 | -3/+5 |
| * | | | - A revisit to this issue first patched in 0.9.5, apparently | Mike Bayer | 2014-09-29 | 1 | -5/+9 |
| | |/
|/| |
|
| * | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -2/+44 |
| |/ |
|
| * | Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt... | Mike Bayer | 2014-09-17 | 1 | -10/+18 |
| |\ |
|
| | * | Handle sqlite get_unique_constraints() call for temporary tables | Johannes Erdfelt | 2014-09-17 | 1 | -10/+18 |
| * | | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -26/+23 |
| * | | Merge branch 'pr128' | Mike Bayer | 2014-09-17 | 1 | -3/+35 |
| |\ \
| |/
|/| |
|
| | * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 1 | -16/+31 |
| | * | Merge remote-tracking branch 'origin/pr/128' into pr128 | Mike Bayer | 2014-09-16 | 1 | -3/+20 |
| | |\ |
|
| | | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 1 | -19/+17 |
| | | * | Added get_foreign_table_names to interface and put it in the test requirements. | Rodrigo Menezes | 2014-09-05 | 1 | -0/+1 |
| | | * | Fixing some pep8s and adding get_foreign_tables. | Rodrigo Menezes | 2014-09-03 | 1 | -2/+20 |
| | | * | Removed changes that are no longer necessary for postgresql_relkind. Also, re... | Rodrigo Menezes | 2014-08-26 | 1 | -2/+2 |
| | | * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po... | Rodrigo Menezes | 2014-08-26 | 3 | -11/+87 |
| | | |\ |
|
| | | * | | Remove relkind from construct arguments. | Rodrigo Menezes | 2014-08-26 | 1 | -2/+1 |
| | | * | | Removed all mentions to postgresql_relkind | Rodrigo Menezes | 2014-08-26 | 1 | -29/+9 |
| | | * | | Add a view synonym too for consistency. | Rodrigo Menezes | 2014-08-14 | 1 | -1/+2 |
| | | * | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemy | Rodrigo Menezes | 2014-08-14 | 2 | -23/+73 |
| | | |\ \ |
|
| | | * | | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 1 | -12/+32 |
| * | | | | | - Fixed the version string detection in the pymssql dialect to | Mike Bayer | 2014-09-16 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | - omit MySQL index flavor if its None | Mike Bayer | 2014-09-05 | 1 | -1/+2 |
| * | | | | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 1 | -0/+12 |
| * | | | | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 6 | -21/+21 |
| * | | | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -53/+34 |
| * | | | | - updates to migration / changelog for 1.0 | Mike Bayer | 2014-08-26 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | - mention that FOUND_ROWS is hardcoded; fixes #3146 | Mike Bayer | 2014-08-25 | 1 | -7/+5 |
| * | | | - pep8 formatting for pg table opts feature, tests | Mike Bayer | 2014-08-23 | 1 | -24/+59 |
| * | | | Adding postgres create table options documentationpr/129 | Malik Diarra | 2014-08-17 | 1 | -0/+16 |
| * | | | Correcting options name from withoids to with_oids | Malik Diarra | 2014-08-17 | 1 | -3/+3 |
| * | | | quoting tablespace name in create table command in postgresql dialect | Malik Diarra | 2014-08-17 | 1 | -1/+2 |