Django

Code

root/django/trunk/django/db/models/sql


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9272 [9272] 10/24/08 04:36:22 mtredinnick Fixed #9307 -- Added the ability to pickle the Query class used by the …
(edit) @9251 [9251] 10/24/08 01:09:47 mtredinnick Fixed #9406 -- Ensure that each database column is only represented once …
(edit) @9206 [9206] 10/08/08 04:45:27 mtredinnick A queryset that has had ordering removed (order_by()) can have ordering …
(edit) @9201 [9201] 10/08/08 03:37:35 mtredinnick Applying a limit to a queryset that already had an upper limit of 0 …
(edit) @9150 [9150] 10/05/08 06:55:52 mtredinnick Fixed #9068 -- Fixed a couple of typos in InsertQuery?.clone(). Thanks, …
(edit) @9091 [9091] 09/27/08 23:36:10 mtredinnick Fixed Queryset.dates() in the presence of extra-select columns. Any …
(edit) @9081 [9081] 09/21/08 19:31:22 mtredinnick Fixed a missing variable initialisation deep in the Query bowels.
(edit) @9008 [9008] 09/10/08 21:02:06 mtredinnick Fixed a typo so that cloning UpdateQuery? objects won't fail mysteriously.
(edit) @9007 [9007] 09/10/08 21:00:27 mtredinnick A bug from queryset-refactor days: although the Query class has "group_by" …
(edit) @8898 [8898] 09/02/08 22:48:25 mtredinnick Fixed #8819 -- Don't include two copies of extra-select columns in the …
(edit) @8853 [8853] 09/02/08 08:52:07 mtredinnick Fixed #8790 -- Multi-branch join trees that shared tables of the same name …
(edit) @8832 [8832] 09/01/08 21:16:41 mtredinnick Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions …
(edit) @8831 [8831] 09/01/08 19:50:19 mtredinnick A typo fix that fortunately wasn't creating invalid SQL, just slightly …
(edit) @8829 [8829] 09/01/08 19:20:10 mtredinnick Get the join promotion code (a bit more) correct when constructing joins …
(edit) @8827 [8827] 09/01/08 18:18:42 ikelly Replaced exact lookups of the empty string with isnull lookups in Oracle. …
(edit) @8804 [8804] 09/01/08 13:45:49 ikelly Fixed extra_select with DateQuery? in Oracle
(edit) @8794 [8794] 09/01/08 07:07:26 russellm Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to …
(edit) @8783 [8783] 08/31/08 21:43:55 mtredinnick Fixed #7512 -- Fixed an oversight when I first fixed ordering on …
(edit) @8644 [8644] 08/28/08 00:00:23 mtredinnick Improvements to [8608] to fix an infinite loop (for …
(edit) @8608 [8608] 08/27/08 00:22:33 mtredinnick Fixed #5937 -- When filtering on generic relations, restrict the target …
(edit) @8559 [8559] 08/25/08 17:43:25 mtredinnick Fixed #8106 -- Untangled some problems with complex select_related() …
(edit) @8472 [8472] 08/22/08 17:00:28 mtredinnick Fixed #8046 -- The first filter() call on a related manager for …
(edit) @8455 [8455] 08/20/08 17:38:15 mtredinnick Made it possible to pickle DateQuerySets?.
(edit) @8429 [8429] 08/17/08 17:38:36 mtredinnick Fixed #8039 -- Make sure that extra(tables=...) tables are always included …
(edit) @8426 [8426] 08/17/08 15:07:59 mtredinnick Changed the (internal) way extra(select=.., select_params=...) handling is …
(edit) @8267 [8267] 08/09/08 12:19:23 mtredinnick Added the ability to force an SQL insert (or force an update) via a …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8112 [8112] 07/27/08 13:38:56 mtredinnick Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that …
(edit) @8107 [8107] 07/27/08 13:16:17 mtredinnick Fixed #7872 -- Fixed a missed case of promoting table joins when …
(edit) @8061 [8061] 07/23/08 01:12:15 mtredinnick Allow for matches against unsaved objects in querysets (which will …
(edit) @8053 [8053] 07/22/08 03:23:20 mtredinnick Fixed #7813 -- Allow pickling of Query classes that use …
(edit) @8052 [8052] 07/22/08 02:37:09 mtredinnick Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-(
(edit) @8047 [8047] 07/21/08 22:26:25 adrian Fixed #7848 -- Removed a bunch of code that wasn't contributing to …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @7926 [7926] 07/15/08 13:47:32 mtredinnick Fixed #7411 -- worked around some possible transaction conflicts in …
(edit) @7901 [7901] 07/12/08 06:01:57 mtredinnick Fixed a bozo bug from [7885]. Fixed #7698.
(edit) @7886 [7886] 07/11/08 07:44:04 mtredinnick Removed a FIXME that isn't really a problem any longer.
(edit) @7885 [7885] 07/11/08 07:43:27 mtredinnick Fixed #7698 -- Handle '0' correctly when used as the upper bound of a …
(edit) @7835 [7835] 07/04/08 01:42:58 mtredinnick Redo the changes in [7773] in a better way. This removes some of the …
(edit) @7812 [7812] 07/01/08 05:12:50 mtredinnick Modified [7760] to not include a "col is not NULL" fragment for …
(edit) @7791 [7791] 06/30/08 01:24:21 mtredinnick Fixed #7314 -- Changed the way extra() bits are handled when QuerySets? are …
(edit) @7788 [7788] 06/29/08 18:47:31 mtredinnick A way better fix for the count() issue in [7787]. The first attempt was …
(edit) @7787 [7787] 06/29/08 06:50:04 mtredinnick Fixed #7323 -- Fixed a count() edge-case.
(edit) @7786 [7786] 06/29/08 06:15:48 mtredinnick Fixed #7371 -- Fixed an edge case when ordering on related models.
(edit) @7782 [7782] 06/29/08 04:40:17 mtredinnick Factored out a semi-complex if-test that was used in two places.
(edit) @7781 [7781] 06/29/08 04:39:32 mtredinnick Fixed #7246 -- Pull in the all the necessary data when using …
(edit) @7778 [7778] 06/28/08 21:36:18 mtredinnick Fixed handling of multiple fields in a model pointing to the same related …
(edit) @7774 [7774] 06/26/08 22:48:11 mtredinnick Removed a dead line that was left in [7773] by accident.
(edit) @7773 [7773] 06/26/08 22:27:20 mtredinnick Reorganised the internals of the Where node a bit to fix some copying …
(edit) @7763 [7763] 06/26/08 02:51:19 mtredinnick Fixed #7105 -- Fixed dates() queries in light of model inheritance.
(edit) @7761 [7761] 06/26/08 01:50:22 mtredinnick Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer …
(edit) @7760 [7760] 06/26/08 00:34:26 mtredinnick Fixed #7076 -- Include NULL values when excluding non-NULL items. Based …
(edit) @7741 [7741] 06/25/08 20:02:11 mtredinnick Fixed a problem when constructing complex select_related() calls. Avoids …
(edit) @7740 [7740] 06/25/08 20:01:21 mtredinnick Fixed a problem with values() and values_list() queries and nullable …
(edit) @7635 [7635] 06/14/08 23:49:29 gwilson Fixed #7387 - Fixed circular import problem when importing …
(edit) @7620 [7620] 06/11/08 22:37:13 adrian Negligible comment typo fixes
(edit) @7597 [7597] 06/08/08 13:13:46 jacob Fixed #7369: fixed a corner-case involving select_related() following …
(edit) @7520 [7520] 05/08/08 07:51:50 adrian Added a bunch of missing svn:ignore properties for .pyc files. Thanks, …
(edit) @7509 [7509] 04/29/08 15:55:10 ikelly Fixed an Oracle error on double negations in where conditions. Fixed #7111
(edit) @7502 [7502] 04/28/08 16:15:05 adrian Changed Query.get_columns() to quote the 'AS' column names in an …
(edit) @7499 [7499] 04/28/08 09:14:41 mtredinnick Added the ability to pickle and unpickle QuerySets? and Query classes.
(edit) @7496 [7496] 04/28/08 06:51:52 mtredinnick Made some types of nested update queries very slightly more efficient at …
(edit) @7493 [7493] 04/27/08 23:29:06 mtredinnick Fixed #7096 -- The simplifications in [7461] weren't complete. They …
(edit) @7490 [7490] 04/27/08 21:27:19 mtredinnick Fixed #7098 -- Old-style related-model order_by() syntax was being …
(edit) @7488 [7488] 04/27/08 19:58:42 adrian Migrated _setup_query() docstring to America
(edit) @7486 [7486] 04/27/08 19:20:40 adrian Fixed #7097 -- dates() queries now work as expected with select_related() …
(add) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
Note: See TracRevisionLog for help on using the revision log.