• 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
Adı
Son kayıt (commit)
Son güncelleme
..
class.txt Loading commit data...
database-functions.txt Loading commit data...
expressions.txt Loading commit data...
fields.txt Loading commit data...
index.txt Loading commit data...
instances.txt Loading commit data...
lookups.txt Loading commit data...
meta.txt Loading commit data...
options.txt Loading commit data...
queries.txt Loading commit data...
querysets.txt Loading commit data...
relations.txt Loading commit data...