| Commit message (Expand) | Author | Age | Files | Lines |
| * | - pep8 formatting for pg table opts feature, tests | Mike Bayer | 2014-08-23 | 1 | -22/+73 |
| * | 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 | -0/+5 |
| * | Adding oids and on_commit table options | Malik Diarra | 2014-08-17 | 1 | -0/+22 |
| * | Adding a tablespace options for postgresql create table | Malik Diarra | 2014-08-17 | 1 | -0/+6 |
| * | Merge branch 'pr126' | Mike Bayer | 2014-08-13 | 1 | -0/+66 |
| |\ |
|
| | * | - public method name is get_enums() | Mike Bayer | 2014-08-13 | 1 | -12/+57 |
| | * | Public inspector method to load enum listpr/126 | Ilya Pekelny | 2014-08-08 | 1 | -0/+21 |
| * | | - add tests for the savepoint recipe | Mike Bayer | 2014-08-09 | 1 | -0/+78 |
| * | | - oursql doesn't pass this consistently, not sure what the issue is | Mike Bayer | 2014-08-08 | 1 | -6/+12 |
| * | | oursql seems to handle this? unclear, might be dependent on mysql version | Mike Bayer | 2014-08-08 | 1 | -7/+1 |
| |/ |
|
| * | -Fixed bug where Postgresql JSON type was not able to persist or | Mike Bayer | 2014-08-07 | 1 | -5/+98 |
| * | - The exception wrapping system for DBAPI errors can now accommodate | Mike Bayer | 2014-07-29 | 1 | -0/+10 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 2 | -2/+2 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -59/+84 |
| * | - Fixed bug in :class:`.postgresql.array` object where comparison | Mike Bayer | 2014-07-25 | 2 | -0/+29 |
| * | - flake8 all of test/dialect/postgresql | Mike Bayer | 2014-07-25 | 5 | -758/+995 |
| * | - Fixed bug in oracle dialect test suite where in one test, | Mike Bayer | 2014-07-18 | 1 | -4/+5 |
| * | - determine the root cause of the mysqlconnector issue, report | Mike Bayer | 2014-07-10 | 1 | -5/+4 |
| * | - mark tests failing for mysqlconnector, oursql | Mike Bayer | 2014-07-10 | 1 | -3/+10 |
| * | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -6/+1 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 4 | -3/+9 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -0/+81 |
| * | Merge pull request #101 from ddimmich/master | mike bayer | 2014-07-07 | 1 | -2/+49 |
| |\ |
|
| | * | jsonb support for <@, ?| and ?& added.pr/101 | Damian Dimmich | 2014-07-01 | 1 | -0/+19 |
| | * | it's OK to pass a dict in - it does the right thing, no need to quote it | Damian Dimmich | 2014-06-28 | 1 | -1/+1 |
| | * | minor cleanup of the jsonb - had extraneous operators that where copied | Damian Dimmich | 2014-06-28 | 1 | -1/+15 |
| | * | and tests for JSONB - as this is a superset of JSON i've subclassed | Damian Dimmich | 2014-06-28 | 1 | -1/+15 |
| * | | - add a test to confirm #3096, we definitely get a timedelta | Mike Bayer | 2014-06-25 | 1 | -0/+10 |
| |/ |
|
| * | - fix test failures | Mike Bayer | 2014-06-21 | 1 | -2/+2 |
| * | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 1 | -0/+13 |
| * | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -0/+33 |
| * | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 2 | -64/+53 |
| |\ |
|
| | * | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 1 | -50/+40 |
| | * | Autocommit isolation level for postgresql+pg8000 | Tony Locke | 2014-05-22 | 1 | -7/+13 |
| | * | pg8000 now passes test_extract() test | Tony Locke | 2014-05-21 | 1 | -1/+0 |
| | * | Two tests now work for pg800 in EnumTest | Tony Locke | 2014-05-21 | 1 | -6/+0 |
| * | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+15 |
| * | | - repair oracle compilation for new limit/offset system. | Mike Bayer | 2014-05-24 | 1 | -15/+22 |
| * | | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -6/+6 |
| |/ |
|
| * | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -29/+15 |
| * | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc... | Mike Bayer | 2014-05-16 | 1 | -0/+53 |
| |\ |
|
| | * | zero_indexes-param-for-postgresql-ARRAY-type | Alexey Terentev | 2014-05-13 | 1 | -0/+53 |
| * | | Merged in WSMcG/sqlalchemy (pull request #15)
| Mike Bayer | 2014-05-12 | 1 | -0/+4 |
| |\ \
| |/
|/| |
|
| | * | Added optional '=' to MySQL KEY_BLOCK_SIZE regex | W. Sean McGivern | 2014-04-19 | 1 | -0/+4 |
| * | | - Fixed bug where the combination of "limit" rendering as | Mike Bayer | 2014-04-30 | 1 | -2/+5 |
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 4 | -4/+4 |
| |/ |
|
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 1 | -1/+1 |
| * | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 1 | -2/+2 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -10/+15 |