Historique des commits

Auteur SHA1 Message Date
  Sarah Boyce 6375cee490 Refs #29850 -- Added RowRange support for positive integer start and negative integer end. il y a 1 an
  Simon Charette c67ea79aa9 Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer window expression. il y a 2 ans
  Simon Charette a9d2d8d1c3 Refs #28477 -- Reduced complexity of aggregation over qualify queries. il y a 2 ans
  Gregor Gärtner f0c06f8ab7 Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual(). il y a 2 ans
  Mariusz Felisiak f210de760b Refs #28333 -- Fixed NonQueryWindowTests.test_invalid_filter() on databases that don't support window expressions. il y a 2 ans
  Simon Charette f387d024fc Refs #28333 -- Added partial support for filtering against window functions. il y a 2 ans
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. il y a 3 ans
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. il y a 3 ans
  Simon Charette aec71aaa5b Fixed #33304 -- Allowed passing string expressions to Window(order_by). il y a 3 ans
  Hasan Ramezani 275dd4ebba Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. il y a 4 ans
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. il y a 4 ans
  Mariusz Felisiak 7bfdd3b951 Refs #32096 -- Added test for window expressions with JSONField key transforms. il y a 4 ans
  Hasan Ramezani 71d10ca8c9 Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite. il y a 4 ans
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. il y a 5 ans
  Christopher G Johnson 33ec01caaf Refs #29095 -- Added test for using QuerySet.count() with window expressions ordered by related fields. il y a 5 ans
  Tim Graham 227d0c7365 Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED together with PRECEDING and FOLLOWING". il y a 5 ans
  Alex Aktsipetrov bf12273db4 Fixed #31060 -- Reallowed window expressions to be used in conditions outside of queryset filters. il y a 5 ans
  Tim Graham 9100c664db Relaxed some query ordering assertions in tests. il y a 5 ans
  aaktsipetrov 4edad1ddf6 Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of source expressions is not filterable. il y a 5 ans
  Mariusz Felisiak 8c5649bfb7 Fixed NonQueryWindowTests.test_unsupported_backend() on MySQL. il y a 6 ans
  Hasan Ramezani 741ce81a42 Fixed #29619 -- Added field names to some FieldErrors. il y a 6 ans
  Simon Charette b8c48d06fa Refs #26608 -- Added a database feature for fixed frame range distance support. il y a 6 ans
  Simon Charette 64d5bafbc6 Fixed #30027 -- Errored out on Window function usage if unsupported. il y a 6 ans
  Simon Charette ebd2fe1861 Refs #30027 -- Enabled window function tests on SQLite 3.25+. il y a 6 ans
  Mariusz Felisiak e49ab72637 Refs #29851 -- Fixed test_subquery_row_range_rank() crash on MariaDB 10.2+. il y a 6 ans
  Mariusz Felisiak dd8ed64113 Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery. il y a 6 ans
  Florian Apolloner c53af56613 Fixed #29847 -- Ensured proper ordering in queries. il y a 6 ans
  Tom Forbes 4198445afc Refs #29548 -- Fixed failing window tests on MariaDB 10.3. il y a 6 ans
  Tomáš Ehrlich fa352626c2 Fixed #29172 -- Fixed crash with Window expression in a subquery. il y a 7 ans
  Mads Jensen d549b88050 Fixed #26608 -- Added support for window expressions (OVER clause). il y a 7 ans