1. 17 Haz, 2015 2 kayıt (commit)
  2. 20 Şub, 2015 1 kayıt (commit)
  3. 06 Şub, 2015 1 kayıt (commit)
  4. 08 Ock, 2015 1 kayıt (commit)
    • Anssi Kääriäinen's avatar
      Fixed #24020 -- Refactored SQL compiler to use expressions · 0c763317
      Anssi Kääriäinen yazdı
      Refactored compiler SELECT, GROUP BY and ORDER BY generation.
      While there, also refactored select_related() implementation
      (get_cached_row() and get_klass_info() are now gone!).
      
      Made get_db_converters() method work on expressions instead of
      internal_type. This allows the backend converters to target
      specific expressions if need be.
      
      Added query.context, this can be used to set per-query state.
      
      Also changed the signature of database converters. They now accept
      context as an argument.
      0c763317
  5. 03 Eyl, 2014 1 kayıt (commit)
    • Marc Tamlyn's avatar
      Fixed #18757, #14462, #21565 -- Reworked database-python type conversions · e9103402
      Marc Tamlyn yazdı
      Complete rework of translating data values from database
      
      Deprecation of SubfieldBase, removal of resolve_columns and
      convert_values in favour of a more general converter based approach and
      public API Field.from_db_value(). Now works seamlessly with aggregation,
      .values() and raw queries.
      
      Thanks to akaariai in particular for extensive advice and inspiration,
      also to shaib, manfre and timograham for their reviews.
      e9103402