Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
3939e2b4
Kaydet (Commit)
3939e2b4
authored
Eyl 18, 2017
tarafından
Mads Jensen
Kaydeden (comit)
Tim Graham
Eyl 18, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Changed default value of DatabaseFeatures.has_bulk_insert to True.
üst
256182c4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
5 deletions
+1
-5
features.py
django/db/backends/base/features.py
+1
-1
features.py
django/db/backends/mysql/features.py
+0
-1
features.py
django/db/backends/oracle/features.py
+0
-1
features.py
django/db/backends/postgresql/features.py
+0
-1
features.py
django/db/backends/sqlite3/features.py
+0
-1
No files found.
django/db/backends/base/features.py
Dosyayı görüntüle @
3939e2b4
...
...
@@ -25,7 +25,7 @@ class BaseDatabaseFeatures:
can_use_chunked_reads
=
True
can_return_id_from_insert
=
False
can_return_ids_from_bulk_insert
=
False
has_bulk_insert
=
Fals
e
has_bulk_insert
=
Tru
e
uses_savepoints
=
False
can_release_savepoints
=
False
...
...
django/db/backends/mysql/features.py
Dosyayı görüntüle @
3939e2b4
...
...
@@ -8,7 +8,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
allows_group_by_pk
=
True
related_fields_match_type
=
True
allow_sliced_subqueries
=
False
has_bulk_insert
=
True
has_select_for_update
=
True
has_select_for_update_nowait
=
False
supports_forward_references
=
False
...
...
django/db/backends/oracle/features.py
Dosyayı görüntüle @
3939e2b4
...
...
@@ -21,7 +21,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
can_defer_constraint_checks
=
True
supports_partially_nullable_unique_constraints
=
False
truncates_names
=
True
has_bulk_insert
=
True
supports_tablespaces
=
True
supports_sequence_reset
=
False
can_introspect_time_field
=
False
...
...
django/db/backends/postgresql/features.py
Dosyayı görüntüle @
3939e2b4
...
...
@@ -14,7 +14,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
has_select_for_update
=
True
has_select_for_update_nowait
=
True
has_select_for_update_of
=
True
has_bulk_insert
=
True
uses_savepoints
=
True
can_release_savepoints
=
True
supports_tablespaces
=
True
...
...
django/db/backends/sqlite3/features.py
Dosyayı görüntüle @
3939e2b4
...
...
@@ -16,7 +16,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_timezones
=
False
max_query_params
=
999
supports_mixed_date_datetime_comparisons
=
False
has_bulk_insert
=
True
supports_column_check_constraints
=
False
autocommits_when_autocommit_is_off
=
True
can_introspect_decimal_field
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment