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
d5af14aa
Kaydet (Commit)
d5af14aa
authored
Ara 22, 2018
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
üst
790d108c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
features.py
django/db/backends/sqlite3/features.py
+0
-1
databases.txt
docs/ref/databases.txt
+1
-1
2.2.txt
docs/releases/2.2.txt
+2
-0
No files found.
django/db/backends/sqlite3/features.py
Dosyayı görüntüle @
d5af14aa
...
...
@@ -34,7 +34,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_cast_with_precision
=
False
time_cast_precision
=
3
can_release_savepoints
=
True
supports_partial_indexes
=
Database
.
sqlite_version_info
>=
(
3
,
8
,
0
)
# Is "ALTER TABLE ... RENAME COLUMN" supported?
can_alter_table_rename_column
=
Database
.
sqlite_version_info
>=
(
3
,
25
,
0
)
supports_parentheses_in_compound
=
False
...
...
docs/ref/databases.txt
Dosyayı görüntüle @
d5af14aa
...
...
@@ -627,7 +627,7 @@ appropriate typecasting.
SQLite notes
============
Django supports SQLite 3.
7.15
and later.
Django supports SQLite 3.
8.3
and later.
SQLite_ provides an excellent development alternative for applications that
are predominantly read-only or require a smaller installation footprint. As
...
...
docs/releases/2.2.txt
Dosyayı görüntüle @
d5af14aa
...
...
@@ -441,6 +441,8 @@ Miscellaneous
* The minimum supported version of ``mysqlclient`` is increased from 1.3.7 to
1.3.13.
* The minimum supported version of SQLite is increased from 3.7.15 to 3.8.3.
* In an attempt to provide more semantic query data, ``NullBooleanSelect`` now
renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead
of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are
...
...
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