| Commit message (Expand) | Author | Age | Files | Lines |
* | Support get_schema_names for SQLitepr/198 | Brian Van Klaveren | 2015-09-09 | 1 | -0/+5 |
* | Support get_schema_names for SQLite | Brian Van Klaveren | 2015-09-09 | 1 | -0/+7 |
* | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 2 | -6/+20 |
* | Merge pull request #192 from halfcrazy/patch-1 | mike bayer | 2015-08-09 | 1 | -1/+1 |
|\ |
|
| * | fix typo int->intopr/192 | halfcrazy | 2015-08-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #191 from leorochael/leorochael-remove_dead_variable | mike bayer | 2015-08-06 | 1 | -3/+0 |
|\ |
|
| * | Remove useless codepr/191 | Leonardo Rochael Almeida | 2015-08-06 | 1 | -3/+0 |
|/ |
|
* | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
* | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 4 | -5/+83 |
* | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 2 | -2/+16 |
* | - fix typo in suffix_with() docs, fixes #3502 | Mike Bayer | 2015-07-29 | 1 | -1/+1 |
* | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 2 | -8/+31 |
* | - remove "completely raw", whatever that is | Mike Bayer | 2015-07-26 | 1 | -21/+16 |
* | - typo | Mike Bayer | 2015-07-26 | 1 | -1/+1 |
* | - add an example of text.columns | Mike Bayer | 2015-07-26 | 1 | -4/+19 |
* | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-07-24 | 4 | -109/+109 |
* | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 9 | -15/+107 |
* | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 4 | -2/+20 |
* | 1.0.8rel_1_0_8 | Mike Bayer | 2015-07-22 | 2 | -2/+3 |
* | - categorize this correctly | Mike Bayer | 2015-07-22 | 1 | -1/+1 |
* | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 3 | -1/+117 |
* | 0.9.10 release date | Mike Bayer | 2015-07-22 | 1 | -0/+1 |
* | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 3 | -1/+18 |
* | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 7 | -11/+57 |
* | 1.0.7rel_1_0_7 | Mike Bayer | 2015-07-20 | 2 | -2/+3 |
* | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 4 | -8/+15 |
* | Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56 | Mike Bayer | 2015-07-19 | 2 | -0/+14 |
|\ |
|
| * | add ClauseElement.cast() shortcut-method | Sebastian Bank | 2015-06-19 | 2 | -0/+14 |
* | | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 3 | -4/+33 |
* | | - pg8000 very annoyingly complaining here, use total literal | Mike Bayer | 2015-07-19 | 1 | -1/+2 |
* | | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 6 | -12/+123 |
* | | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 3 | -2/+71 |
* | | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 3 | -3/+31 |
* | | Remove RootTransaction<->RootTransaction reference cycle | Jakub Stasiak | 2015-07-18 | 1 | -1/+5 |
* | | - db_opts doesn't need to be a global since we no longer have any global | Mike Bayer | 2015-07-17 | 2 | -6/+4 |
* | | - fix these two tests | Mike Bayer | 2015-07-17 | 1 | -2/+2 |
* | | - changelog for pr github:188 | Mike Bayer | 2015-07-17 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'origin/pr/188' into pr188 | Mike Bayer | 2015-07-17 | 2 | -0/+11 |
|\ \ |
|
| * | | Added test for modulo operator.pr/188 | Dan Gittik | 2015-07-17 | 1 | -0/+3 |
| * | | Added support for reflected modulo operator. | Dan Gittik | 2015-07-17 | 1 | -0/+8 |
* | | | - version specs for new Sequence arguments | Mike Bayer | 2015-07-17 | 2 | -0/+23 |
* | | | Merge remote-tracking branch 'origin/pr/186' into pr186 | Mike Bayer | 2015-07-17 | 4 | -4/+84 |
|\ \ \
| |/ /
|/| | |
|
| * | | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186 | jakeogh | 2015-06-27 | 4 | -5/+39 |
| * | | add NO MINVALUE and NO MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 4 | -3/+20 |
| * | | add MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 4 | -5/+21 |
| * | | add MINVALUE support to Sequence() | jakeogh | 2015-06-27 | 4 | -4/+17 |
* | | | - add a note, references #3487 | Mike Bayer | 2015-07-15 | 1 | -0/+10 |
* | | | - Fixed bug in :class:`.AbstractConcreteBase` extension where | Mike Bayer | 2015-07-13 | 4 | -2/+53 |
* | | | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 2 | -4/+12 |
* | | | - add a warning suggesting to use the dictionary form of access | Mike Bayer | 2015-07-05 | 1 | -0/+33 |