| Commit message (Expand) | Author | Age | Files | Lines |
| * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 1 | -3/+22 |
| * | - the actual round trip requires password authent set up for the user; | Mike Bayer | 2014-09-17 | 1 | -25/+7 |
| * | - break out and fix tests for materialized view and foreign tables. foreign ... | Mike Bayer | 2014-09-16 | 1 | -72/+86 |
| * | Merge remote-tracking branch 'origin/pr/128' into pr128 | Mike Bayer | 2014-09-16 | 1 | -1/+101 |
| |\ |
|
| | * | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128 | Rodrigo Menezes | 2014-09-05 | 1 | -0/+6 |
| | * | Fixing some pep8s and adding get_foreign_tables. | Rodrigo Menezes | 2014-09-03 | 1 | -6/+11 |
| | * | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po... | Rodrigo Menezes | 2014-08-26 | 1 | -0/+84 |
| | |\ |
|
| | * | | Removed all mentions to postgresql_relkind | Rodrigo Menezes | 2014-08-26 | 1 | -22/+11 |
| | * | | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemy | Rodrigo Menezes | 2014-08-14 | 1 | -0/+66 |
| | |\ \ |
|
| | * | | | Added support for postgres_relkind. | Rodrigo Menezes | 2014-08-14 | 1 | -1/+101 |
| * | | | | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 1 | -1/+22 |
| * | | | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 1 | -6/+20 |
| * | | | | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 3 | -4/+4 |
| * | | | | - these tests were squashing deprecation warnings all along... | Mike Bayer | 2014-08-31 | 1 | -5/+8 |
| | |_|/
|/| | |
|
| * | | | - 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 |