| 2014-10-11 |
Mike Bayer | add more order by here |
commit | commitdiff | tree | snapshot |
| 2014-10-11 |
Mike Bayer | - embedding an existing predicate into a new one only |
commit | commitdiff | tree | snapshot |
| 2014-10-11 |
Mike Bayer | - Fixed long-standing bug in Oracle dialect where bound... |
commit | commitdiff | tree | snapshot |
| 2014-10-11 |
Mike Bayer | - change this literal so that the bound name doesn... |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Mike Bayer | - :meth:`.Insert.from_select` now includes Python and... |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Mike Bayer | - apply patches to correct for + sign in with_hint... |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Mike Bayer | - add a migration note for ref #3222 |
commit | commitdiff | tree | snapshot |
| 2014-10-10 |
Mike Bayer | - The ON clause rendered when using :meth:`.Query.join`, |
commit | commitdiff | tree | snapshot |
| 2014-10-09 |
Mike Bayer | - Fixed bug where a fair number of SQL elements within |
commit | commitdiff | tree | snapshot |
| 2014-10-07 |
Mike Bayer | - clean up unicode docs and clarify that client_encoding |
commit | commitdiff | tree | snapshot |
| 2014-10-07 |
Mike Bayer | - adjustment for ref #3200 as we need an immutabledict... |
commit | commitdiff | tree | snapshot |
| 2014-10-06 |
Mike Bayer | - Fixed "'NoneType' object has no attribute 'concrete... |
commit | commitdiff | tree | snapshot |
| 2014-10-06 |
Mike Bayer | - The execution options passed to an :class:`.Engine... |
commit | commitdiff | tree | snapshot |
| 2014-10-04 |
Mike Bayer | - move some things that are features to the features |
commit | commitdiff | tree | snapshot |
| 2014-10-04 |
Mike Bayer | - use provide_metadata for new unique constraint /... |
commit | commitdiff | tree | snapshot |
| 2014-10-04 |
Mike Bayer | Merge branch 'reflect-unique-constraints' of https... |
commit | commitdiff | tree | snapshot |
| 2014-10-04 |
Mike Bayer | - changelog, migration for pr github:134 |
commit | commitdiff | tree | snapshot |
| 2014-10-04 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/134' into pr134 |
commit | commitdiff | tree | snapshot |
| 2014-09-29 |
Mike Bayer | - rework tests for attached databases into individual... |
commit | commitdiff | tree | snapshot |
| 2014-09-29 |
Mike Bayer | - A revisit to this issue first patched in 0.9.5, appar... |
commit | commitdiff | tree | snapshot |
| 2014-09-27 |
Mike Bayer | - cyclomatic complexity; break up visit_select, goes... |
commit | commitdiff | tree | snapshot |
| 2014-09-27 |
Mike Bayer | - cyclomatic complexity: _get_colparams() becomes sql... |
commit | commitdiff | tree | snapshot |
| 2014-09-27 |
Mike Bayer | - cyclomatic complexity: _join_condition goes from... |
commit | commitdiff | tree | snapshot |
| 2014-09-27 |
Mike Bayer | - cyclomatic complexity: instrument_class goes from... |
commit | commitdiff | tree | snapshot |
| 2014-09-27 |
Mike Bayer | - cyclomatic complexity; break up reflecttable(), goes... |
commit | commitdiff | tree | snapshot |
| 2014-09-27 |
Mike Bayer | - repair autorollback for branches |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | - Fixed bug where a "branched" connection, that is... |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | - Fixed bug where a "branched" connection, that is... |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | - add explicit warning re: polymorphic_on, cascading... |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | comments |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | - "column already assigned" message has been updated... |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | - refactor of declarative, break up into indiviudal... |
commit | commitdiff | tree | snapshot |
| 2014-09-26 |
Mike Bayer | - convert to spaces |
commit | commitdiff | tree | snapshot |
| 2014-09-24 |
Mike Bayer | - clarify documentation on exists() that it is preferre... |
commit | commitdiff | tree | snapshot |
| 2014-09-23 |
Mike Bayer | - flake8 all of test/ext/declarative |
commit | commitdiff | tree | snapshot |
| 2014-09-23 |
Mike Bayer | - The :mod:`sqlalchemy.ext.automap` extension will... |
commit | commitdiff | tree | snapshot |
| 2014-09-23 |
Mike Bayer | pep8/flake8 |
commit | commitdiff | tree | snapshot |
| 2014-09-19 |
Mike Bayer | - these tests don't test anything in SQLAlchemy - from... |
commit | commitdiff | tree | snapshot |
| 2014-09-18 |
Mike Bayer | - Fixed bug that affected generally the same classes... |
commit | commitdiff | tree | snapshot |
| 2014-09-18 |
Mike Bayer | fix test |
commit | commitdiff | tree | snapshot |
| 2014-09-18 |
Mike Bayer | - Fixed an unlikely race condition observed in some... |
commit | commitdiff | tree | snapshot |
| 2014-09-18 |
Mike Bayer | - Fixed bug that affected many classes of event, partic... |
commit | commitdiff | tree | snapshot |
| 2014-09-18 |
Mike Bayer | - Added new method :meth:`.Select.with_statement_hint... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - Added support for the Oracle table option ON COMMIT... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Johannes Erdfelt | Reflect unique constraints when reflecting a Table... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - not sure what this is testing but remove the self... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - we can start checking these flake rules |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - changelog for #3203; fixes #3203 |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | Merge branch 'sqlite-temp-table-reflection' of https... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - Added :meth:`.Inspector.get_temp_table_names` and |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - move this to the correct location |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - comment this out (again) |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | Merge branch 'pr128' |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - repair get_foreign_table_names() for PGInsp/dialect... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | keep this off for the moment as jenkins isn't set up... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Mike Bayer | - the actual round trip requires password authent set... |
commit | commitdiff | tree | snapshot |
| 2014-09-17 |
Johannes Erdfelt | Handle sqlite get_unique_constraints() call for tempora... |
commit | commitdiff | tree | snapshot |
| 2014-09-16 |
Mike Bayer | - Fixed the version string detection in the pymssql... |
commit | commitdiff | tree | snapshot |
| 2014-09-16 |
Mike Bayer | - break out and fix tests for materialized view and... |
commit | commitdiff | tree | snapshot |
| 2014-09-16 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/128' into pr128 |
commit | commitdiff | tree | snapshot |
| 2014-09-16 |
Mike Bayer | - raise from cause here to preserve stack trace |
commit | commitdiff | tree | snapshot |
| 2014-09-16 |
mike bayer | Merge pull request #138 from BY-jk/master |
commit | commitdiff | tree | snapshot |
| 2014-09-16 |
Jan | Added EXASolution dialect to documentation |
commit | commitdiff | tree | snapshot |
| 2014-09-15 |
Mike Bayer | - cant do xargs in tox.ini as it doesnt run outside... |
commit | commitdiff | tree | snapshot |
| 2014-09-15 |
Mike Bayer | - use compat.u for python3.2, fixes #3198 |
commit | commitdiff | tree | snapshot |
| 2014-09-15 |
Mike Bayer | - fix issue where nose Failure object comes into play... |
commit | commitdiff | tree | snapshot |
| 2014-09-15 |
Mike Bayer | - remove some crufty old testing options |
commit | commitdiff | tree | snapshot |
| 2014-09-14 |
Jim Hokanson | Updated documenation for engines.rst |
commit | commitdiff | tree | snapshot |
| 2014-09-11 |
Mike Bayer | - Fixed warning that would emit when a complex self... |
commit | commitdiff | tree | snapshot |
| 2014-09-11 |
Ilja Everilä | method documentation typo fix |
commit | commitdiff | tree | snapshot |
| 2014-09-11 |
Ilja Everilä | documentation indentation fix |
commit | commitdiff | tree | snapshot |
| 2014-09-11 |
Ilja Everilä | allow windowing filtered functions |
commit | commitdiff | tree | snapshot |
| 2014-09-11 |
Ilja Everilä | renamed aggregatefilter to funcfilter, since it is... |
commit | commitdiff | tree | snapshot |
| 2014-09-10 |
Mike Bayer | - Fixed bug in ordering list where the order of items... |
commit | commitdiff | tree | snapshot |
| 2014-09-10 |
Ilja Everilä | add ClauseTest for aggregatefilter |
commit | commitdiff | tree | snapshot |
| 2014-09-10 |
Ilja Everilä | implementation for <aggregate_fun> FILTER (WHERE ...) |
commit | commitdiff | tree | snapshot |
| 2014-09-10 |
Ilja Everilä | tests for <aggregate_fun> FILTER (WHERE ...) |
commit | commitdiff | tree | snapshot |
| 2014-09-09 |
Mike Bayer | - for whatever reason, Insert.values() with multi value... |
commit | commitdiff | tree | snapshot |
| 2014-09-09 |
Mike Bayer | - add in all the method-chained methods to the paramete... |
commit | commitdiff | tree | snapshot |
| 2014-09-08 |
Mike Bayer | - rework the previous "order by" system in terms of... |
commit | commitdiff | tree | snapshot |
| 2014-09-08 |
Mike Bayer | - check for None linker... |
commit | commitdiff | tree | snapshot |
| 2014-09-08 |
Mike Bayer | - Added new event handlers :meth:`.AttributeEvents... |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
Mike Bayer | - remove some old cruft |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
Mike Bayer | - mako_layout isn't used, remove it |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
mike bayer | Merge pull request #133 from hiaselhans/doc_epub |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
hiaselhans | Docs: use the base layout when mako_layout=='epub' |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
Mike Bayer | - changelog and migration for #3188, #3148. |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
Mike Bayer | - rework ColumnAdapter and ORMAdapter to only provide... |
commit | commitdiff | tree | snapshot |
| 2014-09-07 |
Mike Bayer | - enhance ClauseAdapter / ColumnAdapter to have new... |
commit | commitdiff | tree | snapshot |
| 2014-09-06 |
Mike Bayer | wip for #3148 |
commit | commitdiff | tree | snapshot |
| 2014-09-06 |
Mike Bayer | - document all the varities of _label on the base Colum... |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Mike Bayer | - omit MySQL index flavor if its None |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Mike Bayer | - MySQL boolean symbols "true", "false" work again... |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Mike Bayer | - delete the file first here so this is deterministic |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Mike Bayer | - tiny refactors #1-#5 |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Rodrigo Menezes | Added documentation. Changed my mind - added get_foreig... |
commit | commitdiff | tree | snapshot |
| 2014-09-05 |
Rodrigo Menezes | Added get_foreign_table_names to interface and put... |
commit | commitdiff | tree | snapshot |
| 2014-09-03 |
Mike Bayer | - ensure literal_binds works with LIMIT clause, FOR... |
commit | commitdiff | tree | snapshot |
| 2014-09-03 |
Rodrigo Menezes | Fixing some pep8s and adding get_foreign_tables. |
commit | commitdiff | tree | snapshot |
| 2014-09-03 |
Mike Bayer | - The hostname-based connection format for SQL Server... |
commit | commitdiff | tree | snapshot |
| next |