• Simon Charette's avatar
    Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator on… · a8b3f96f
    Simon Charette yazdı
    Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator on Oracle and PostgreSQL.
    
    The LIKE operator wildcard generated for contains, startswith, endswith and
    their case-insensitive variant lookups was conflicting with parameter
    interpolation on CREATE constraint statement execution.
    
    Ideally we'd delegate parameters interpolation in DDL statements on backends
    that support it but that would require backward incompatible changes to the
    Index and Constraint SQL generating methods.
    
    Thanks David Sanders for the report.
    a8b3f96f
Adı
Son kayıt (commit)
Son güncelleme
..
deprecated_field_migrations Loading commit data...
faulty_migrations Loading commit data...
migrations_test_apps Loading commit data...
related_models_app Loading commit data...
test_add_many_to_many_field_initial Loading commit data...
test_auto_now_add Loading commit data...
test_migrations Loading commit data...
test_migrations_atomic_operation Loading commit data...
test_migrations_backwards_deps_1 Loading commit data...
test_migrations_bad_pyc Loading commit data...
test_migrations_clashing_prefix Loading commit data...
test_migrations_conflict Loading commit data...
test_migrations_custom_user Loading commit data...
test_migrations_empty Loading commit data...
test_migrations_fake_split_initial Loading commit data...
test_migrations_first Loading commit data...
test_migrations_initial_false Loading commit data...
test_migrations_no_ancestor Loading commit data...
test_migrations_no_changes Loading commit data...
test_migrations_no_default Loading commit data...
test_migrations_no_init Loading commit data...
test_migrations_non_atomic Loading commit data...
test_migrations_order Loading commit data...
test_migrations_plan Loading commit data...
test_migrations_private Loading commit data...
test_migrations_run_before Loading commit data...
test_migrations_squashed Loading commit data...
test_migrations_squashed_complex Loading commit data...
test_migrations_squashed_complex_multi_apps Loading commit data...
test_migrations_squashed_erroneous Loading commit data...
test_migrations_squashed_extra Loading commit data...
test_migrations_squashed_ref_squashed Loading commit data...
test_migrations_unmigdep Loading commit data...
__init__.py Loading commit data...
models.py Loading commit data...
routers.py Loading commit data...
test_autodetector.py Loading commit data...
test_base.py Loading commit data...
test_commands.py Loading commit data...
test_deprecated_fields.py Loading commit data...
test_exceptions.py Loading commit data...
test_executor.py Loading commit data...
test_graph.py Loading commit data...
test_loader.py Loading commit data...
test_multidb.py Loading commit data...
test_operations.py Loading commit data...
test_optimizer.py Loading commit data...
test_questioner.py Loading commit data...
test_state.py Loading commit data...
test_writer.py Loading commit data...