| Commit message (Expand) | Author | Age | Files | Lines |
* | Public inspector method to load enum listpr/126 | Ilya Pekelny | 2014-08-08 | 1 | -2/+10 |
* | Fix argument to array() in array._bind_param()pr/124 | Andrew | 2014-07-24 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -248/+295 |
* | - 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 | 1 | -1/+2 |
* | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 1 | -5/+57 |
* | initial support for JSONB - this only allows you to define the JSONB | Damian Dimmich | 2014-06-24 | 1 | -0/+3 |
* | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 1 | -0/+13 |
* | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 1 | -2/+9 |
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -5/+5 |
|\ |
|
| * | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -5/+5 |
| * | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 1 | -2/+3 |
* | | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -3/+6 |
* | | zero_indexes-param-for-postgresql-ARRAY-type | Alexey Terentev | 2014-05-13 | 1 | -1/+16 |
|/ |
|
* | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 1 | -1/+4 |
* | - Support has been improved for Postgresql reflection behavior on very old | Mike Bayer | 2014-02-18 | 1 | -22/+27 |
* | Merge pull request #64 from LevonXXL/master | mike bayer | 2014-02-16 | 1 | -0/+4 |
|\ |
|
| * | python_type for ARRAY (PGArray)pr/64 | Terentev | 2014-02-03 | 1 | -0/+4 |
* | | - Added server version detection to the newly added dialect startup | Mike Bayer | 2014-02-14 | 1 | -1/+2 |
* | | - Revised this very old issue where the Postgresql "get primary key" | Mike Bayer | 2014-02-14 | 1 | -1/+15 |
|/ |
|
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -38/+149 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -7/+12 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 1 | -1/+4 |
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_json | Mike Bayer | 2013-12-17 | 1 | -0/+3 |
|\ |
|
| * | sqlalchemy/dialects/postgresql/__init__.py: | nathan | 2013-12-09 | 1 | -0/+3 |
* | | - round trip test | Mike Bayer | 2013-12-09 | 1 | -18/+44 |
* | | Adds tsvector to ischema_names for reflection to work. | Noufal Ibrahim | 2013-12-10 | 1 | -0/+1 |
* | | Updates documentation for tsvector type. | Noufal Ibrahim | 2013-12-10 | 1 | -1/+26 |
* | | Implements TSVECTOR type for postgresql. | Noufal Ibrahim | 2013-12-10 | 1 | -0/+7 |
|/ |
|
* | - Fixed bug where values within an ENUM weren't escaped for single | Mike Bayer | 2013-11-30 | 1 | -1/+3 |
* | - add support for bindparam() called from AsFromText | Mike Bayer | 2013-11-29 | 1 | -13/+16 |
* | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -2/+3 |
* | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -4/+4 |
* | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -28/+16 |
* | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 1 | -9/+21 |
* | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -8/+16 |
* | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -0/+2 |
* | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 1 | -1/+4 |
* | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -5/+24 |
|\ |
|
| * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -5/+24 |
* | | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -9/+16 |
* | | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -2/+1 |
* | | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 1 | -1/+11 |
* | | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+4 |
* | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -9/+8 |
|/ |
|
* | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -2/+2 |
* | re.match to re.searchpr/26 | Scott Schaefer | 2013-09-06 | 1 | -1/+1 |
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -4/+4 |