| 2015-09-28 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/198' into pr198 |
commit | commitdiff | tree | snapshot |
| 2015-09-27 |
Mike Bayer | - fix bool test |
commit | commitdiff | tree | snapshot |
| 2015-09-27 |
Mike Bayer | - break out critical aspects of test_query into their... |
commit | commitdiff | tree | snapshot |
| 2015-09-24 |
Eric Siegerman | Fix sqlalchemy.ext.baked.Result.one_or_none() exception... |
commit | commitdiff | tree | snapshot |
| 2015-09-24 |
Mike Bayer | - replicate Query.one_or_none to BakedQuery |
commit | commitdiff | tree | snapshot |
| 2015-09-24 |
Eric Siegerman | Add Query.one_or_none() |
commit | commitdiff | tree | snapshot |
| 2015-09-23 |
Eric Siegerman | Add a lot more detail |
commit | commitdiff | tree | snapshot |
| 2015-09-23 |
Eric Siegerman | Add some markup |
commit | commitdiff | tree | snapshot |
| 2015-09-23 |
Eric Siegerman | A few minor rewordings |
commit | commitdiff | tree | snapshot |
| 2015-09-23 |
Mike Bayer | - Fixed rare TypeError which could occur when stringify... |
commit | commitdiff | tree | snapshot |
| 2015-09-19 |
Mike Bayer | - The ``legacy_schema_aliasing`` flag, introduced in... |
commit | commitdiff | tree | snapshot |
| 2015-09-19 |
Mike Bayer | - Added a new type-level modifier :meth:`.TypeEngine... |
commit | commitdiff | tree | snapshot |
| 2015-09-19 |
Mike Bayer | - The use of a :class:`.postgresql.ARRAY` object that... |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Mike Bayer | - fixes for the ORM side test for #3531. |
commit | commitdiff | tree | snapshot |
| 2015-09-16 |
Mike Bayer | - The :func:`.type_coerce` construct is now a fully... |
commit | commitdiff | tree | snapshot |
| 2015-09-15 |
Mike Bayer | - fix incorrect example in inheritance docs |
commit | commitdiff | tree | snapshot |
| 2015-09-14 |
Mike Bayer | - add new entry for sharing of Engine across process... |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Mike Bayer | - call it deque, since you can really pop from either... |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Mike Bayer | - add a new FAQ recipe for "walk all objects", replacin... |
commit | commitdiff | tree | snapshot |
| 2015-09-10 |
Jason Myers | Correcting the Hybrid Property Example |
commit | commitdiff | tree | snapshot |
| 2015-09-09 |
Brian Van Klaveren | Support get_schema_names for SQLite |
commit | commitdiff | tree | snapshot |
| 2015-09-09 |
Brian Van Klaveren | Support get_schema_names for SQLite |
commit | commitdiff | tree | snapshot |
| 2015-09-08 |
Mike Bayer | - profile update |
commit | commitdiff | tree | snapshot |
| 2015-09-08 |
Mike Bayer | Merged in bsmithgall/sqlalchemy/event-doc-link-fix... |
commit | commitdiff | tree | snapshot |
| 2015-09-08 |
mike bayer | Merge pull request #197 from davidjb/master |
commit | commitdiff | tree | snapshot |
| 2015-09-08 |
Mike Bayer | - Internal calls to "bookkeeping" functions within |
commit | commitdiff | tree | snapshot |
| 2015-09-08 |
Mike Bayer | - Fixed bug in :meth:`.Session.bulk_save_objects` where... |
commit | commitdiff | tree | snapshot |
| 2015-09-08 |
bsmithgall | fix typo in session events docs |
commit | commitdiff | tree | snapshot |
| 2015-09-03 |
Mike Bayer | - update moved link, fixes #3351 |
commit | commitdiff | tree | snapshot |
| 2015-09-03 |
Mike Bayer | - rewrite some profiles that went *down*! woop |
commit | commitdiff | tree | snapshot |
| 2015-09-03 |
Mike Bayer | - reduce some callcounts within the new events |
commit | commitdiff | tree | snapshot |
| 2015-09-02 |
Mike Bayer | Merge branch 'ticket_2677' |
commit | commitdiff | tree | snapshot |
| 2015-09-02 |
Mike Bayer | - The :class:`.SessionEvents` suite now includes events... |
commit | commitdiff | tree | snapshot |
| 2015-09-02 |
Mike Bayer | - add new documentation that applies to all modern... |
commit | commitdiff | tree | snapshot |
| 2015-08-31 |
Mike Bayer | - add a note about DISTINCT in query w/ ORDER BY, refer... |
commit | commitdiff | tree | snapshot |
| 2015-08-31 |
Mike Bayer | - Fixed regression in 1.0-released default-processor... |
commit | commitdiff | tree | snapshot |
| 2015-08-28 |
David\ Beitey | Minor grammar fix for capitalisation in session docs |
commit | commitdiff | tree | snapshot |
| 2015-08-28 |
Mike Bayer | - use consistent and descriptive language in all cases |
commit | commitdiff | tree | snapshot |
| 2015-08-27 |
Mike Bayer | - The :class:`.TypeDecorator` type extender will now... |
commit | commitdiff | tree | snapshot |
| 2015-08-27 |
Mike Bayer | - reword and update documentation on passive_updates... |
commit | commitdiff | tree | snapshot |
| 2015-08-27 |
Mike Bayer | - add a postgresql-specific form of array_agg() that... |
commit | commitdiff | tree | snapshot |
| 2015-08-27 |
Mike Bayer | - consolidate "constraints.py" into the more general... |
commit | commitdiff | tree | snapshot |
| 2015-08-27 |
Mike Bayer | - add PG-specific aggregate_order_by(), references... |
commit | commitdiff | tree | snapshot |
| 2015-08-26 |
Mike Bayer | Merge branch 'ticket_3516' |
commit | commitdiff | tree | snapshot |
| 2015-08-26 |
Mike Bayer | - Added support for "set-aggregate" functions of the... |
commit | commitdiff | tree | snapshot |
| 2015-08-26 |
Mike Bayer | - Added support for the SQL-standard function :class... |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Mike Bayer | - build out a new base type for Array, as well as new... |
commit | commitdiff | tree | snapshot |
| 2015-08-25 |
Mike Bayer | - re-document and fully cross link all of configure_map... |
commit | commitdiff | tree | snapshot |
| 2015-08-24 |
Mike Bayer | - Fixed two issues in the "history_meta" example where... |
commit | commitdiff | tree | snapshot |
| 2015-08-22 |
Mike Bayer | - repair the inspection hook in sqltypes to not be... |
commit | commitdiff | tree | snapshot |
| 2015-08-22 |
Mike Bayer | - Added new checks for the common error case of passing... |
commit | commitdiff | tree | snapshot |
| 2015-08-21 |
Mike Bayer | - rework the "controlling DDL sequences" documentation to |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Mike Bayer | - some cleanups in compiler.py |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Mike Bayer | - forgot to implement py3k logic for JSON.NULL |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Mike Bayer | - fix the postgresql_jsonb requirement to include the... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Mike Bayer | - as the Concatenable mixin was changed to support... |
commit | commitdiff | tree | snapshot |
| 2015-08-18 |
Mike Bayer | - document workaround type for ARRAY of ENUM, fixes... |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Mike Bayer | - merge of ticket_3514 None-handling branch |
commit | commitdiff | tree | snapshot |
| 2015-08-17 |
Mike Bayer | - merge of ticket_3499 indexed access branch |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
Mike Bayer | - correct this, need brackets |
commit | commitdiff | tree | snapshot |
| 2015-08-15 |
Mike Bayer | - make these failure cases more specific to catch Oracle. |
commit | commitdiff | tree | snapshot |
| 2015-08-14 |
Mike Bayer | - add tests for InstanceEvents.init, InstanceEvents... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
Donald Stufft | Tell Wheel to generate platform and interpreter specifi... |
commit | commitdiff | tree | snapshot |
| 2015-08-13 |
Mike Bayer | - we can again use setuptools.find_packages since we... |
commit | commitdiff | tree | snapshot |
| 2015-08-12 |
Mike Bayer | - The behavior of the :func:`.union` construct and... |
commit | commitdiff | tree | snapshot |
| 2015-08-11 |
Mike Bayer | - Fixed 1.0 regression where the "noload" loader strate... |
commit | commitdiff | tree | snapshot |
| 2015-08-11 |
Mike Bayer | - pep8 test/orm/test_mapper |
commit | commitdiff | tree | snapshot |
| 2015-08-10 |
Mike Bayer | - Fixed two issues regarding Sybase reflection, allowin... |
commit | commitdiff | tree | snapshot |
| 2015-08-09 |
mike bayer | Merge pull request #192 from halfcrazy/patch-1 |
commit | commitdiff | tree | snapshot |
| 2015-08-09 |
halfcrazy | fix typo int->into |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
mike bayer | Merge pull request #191 from leorochael/leorochael... |
commit | commitdiff | tree | snapshot |
| 2015-08-06 |
Leonardo Rochael... | Remove useless code |
commit | commitdiff | tree | snapshot |
| 2015-08-03 |
Mike Bayer | - add a note clarifying query.with_labels(), fixes... |
commit | commitdiff | tree | snapshot |
| 2015-07-30 |
Mike Bayer | - Fixed issue where the SQL Server dialect would reflec... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
Mike Bayer | - Fixed support for cx_Oracle version 5.2, which was... |
commit | commitdiff | tree | snapshot |
| 2015-07-29 |
Mike Bayer | - fix typo in suffix_with() docs, fixes #3502 |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - work to bridge between core/ORM tutorials regarding... |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - remove "completely raw", whatever that is |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - typo |
commit | commitdiff | tree | snapshot |
| 2015-07-26 |
Mike Bayer | - add an example of text.columns |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Mike Bayer | - remove "distutils-only" mode, use setuptools only |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Mike Bayer | - Organize the tree for 1.1 |
commit | commitdiff | tree | snapshot |
| 2015-07-24 |
Mike Bayer | - An adjustment to the new Postgresql feature of reflec... |
commit | commitdiff | tree | snapshot |
| 2015-07-23 |
Mike Bayer | 1.0.8 rel_1_0_8 |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Mike Bayer | - categorize this correctly |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Mike Bayer | - Fixed critical issue whereby the pool "checkout"... |
commit | commitdiff | tree | snapshot |
| 2015-07-22 |
Mike Bayer | 0.9.10 release date |
commit | commitdiff | tree | snapshot |
| 2015-07-21 |
Mike Bayer | - Fixed bug in SQLite dialect where reflection of UNIQU... |
commit | commitdiff | tree | snapshot |
| 2015-07-21 |
Mike Bayer | - Fixed an issue where a particular base class within... |
commit | commitdiff | tree | snapshot |
| 2015-07-20 |
Mike Bayer | 1.0.7 rel_1_0_7 |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - changelog for #3459, fixes #3459 |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | Merge branch 'bb_issue_3459' of https://bitbucket.org... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed regression where new methods on :class:`.Result... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - pg8000 very annoyingly complaining here, use total... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed regression where :meth:`.ResultProxy.keys`... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed bug where coersion of literal ``True`` or ... |
commit | commitdiff | tree | snapshot |
| 2015-07-19 |
Mike Bayer | - Fixed potential issue where a custom subclass |
commit | commitdiff | tree | snapshot |
| 2015-07-18 |
Jakub Stasiak | Remove RootTransaction<->RootTransaction reference... |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | - db_opts doesn't need to be a global since we no longe... |
commit | commitdiff | tree | snapshot |
| 2015-07-17 |
Mike Bayer | - fix these two tests |
commit | commitdiff | tree | snapshot |
| next |