| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | | | | - 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 |
| * | | | Adding oids and on_commit table options | Malik Diarra | 2014-08-17 | 1 | -1/+11 |
| * | | | Adding a tablespace options for postgresql create table | Malik Diarra | 2014-08-17 | 1 | -1/+9 |
| * | | | - changelog for pullreq github:125 | Mike Bayer | 2014-08-16 | 1 | -0/+10 |
| * | | | Merge remote-tracking branch 'origin/pr/125' into pr125 | Mike Bayer | 2014-08-16 | 1 | -3/+1 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | pg8000 now supports sane_multi_rowcountpr/125 | Tony Locke | 2014-08-02 | 1 | -1/+1 |
| | * | | Remove spurious print statements in pg8000 dialect | Tony Locke | 2014-08-02 | 1 | -2/+0 |
| * | | | Merge branch 'pr126' | Mike Bayer | 2014-08-13 | 2 | -23/+73 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | - public method name is get_enums() | Mike Bayer | 2014-08-13 | 1 | -26/+67 |
| | * | | Public inspector method to load enum listpr/126 | Ilya Pekelny | 2014-08-08 | 1 | -2/+10 |
| | * | | DropEnumType class available from postgres dialect | Ilya Pekelny | 2014-08-08 | 1 | -2/+3 |
| * | | | - rewrite all the sqlite/pysqlite transaction isolation docs | Mike Bayer | 2014-08-09 | 3 | -50/+156 |
| |/ / |
|
| * | | -Fixed bug where Postgresql JSON type was not able to persist or | Mike Bayer | 2014-08-07 | 1 | -0/+29 |
| * | | - add some docs to try to explain the behavior with MySQL / TIMESTAMP. | Mike Bayer | 2014-08-04 | 1 | -0/+91 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/pr/117' into pg8000 | Mike Bayer | 2014-07-25 | 1 | -0/+19 |
| |\ |
|
| | * | Fix support for two phase commit in pg8000 dialect | Tony Locke | 2014-07-19 | 1 | -0/+19 |
| * | | Merge remote-tracking branch 'origin/pr/124' into issue3141 | Mike Bayer | 2014-07-25 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix argument to array() in array._bind_param()pr/124 | Andrew | 2014-07-24 | 1 | -1/+1 |
| * | | | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 1 | -3/+6 |
| |/ / |
|
| * | | - update some SQL server tests, support | Mike Bayer | 2014-07-22 | 1 | -1/+17 |
| * | | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature | Mike Bayer | 2014-07-21 | 1 | -2/+6 |
| * | | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 41 | -1483/+1794 |
| |/ |
|
| * | - Fixed a regression from 0.9.5 caused by :ticket:`3025` where the | Mike Bayer | 2014-07-14 | 1 | -0/+3 |
| * | - Added statement encoding to the "SET IDENTITY_INSERT" | Mike Bayer | 2014-07-14 | 1 | -6/+12 |
| * | - In the SQL Server pyodbc dialect, repaired the implementation | Mike Bayer | 2014-07-14 | 1 | -1/+2 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 1 | -2/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 45 | -45/+90 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 1 | -1/+3 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -5/+57 |