| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | Merge pull request #101 from ddimmich/master | mike bayer | 2014-07-07 | 3 | -3/+126 |
| |\ |
|
| | * | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 1 | -1/+18 |
| | * | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 1 | -5/+1 |
| | * | add has_key & contains operators for jsonb (ported over from hstore) | Damian Dimmich | 2014-06-28 | 1 | -21/+17 |
| | * | initial support for JSONB - this only allows you to define the JSONB | Damian Dimmich | 2014-06-24 | 3 | -3/+117 |
| * | | Merge pull request #98 from abbec/mssql2008-multivalues-insert | mike bayer | 2014-07-06 | 1 | -0/+2 |
| |\ \ |
|
| | * | | - Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...pr/98 | Albert Cervin | 2014-06-16 | 1 | -0/+2 |
| * | | | - clarify that the pg8000 backend has no impact of any kind on | Mike Bayer | 2014-07-04 | 1 | -8/+9 |
| * | | | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 1 | -2/+4 |
| * | | | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
| * | | | - write some really complete docs on MSSQL autoincrement, fixes #3094 | Mike Bayer | 2014-06-24 | 1 | -10/+132 |
| | |/
|/| |
|
| * | | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 2 | -2/+15 |