検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 113 for PostgreSQL (0.019 sec.)
django.db.utils — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.9. if backend_name == "django.db.backends.postgresql_psycopg2" : backend_name = "django.db.backends.pos ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... などの一般的なタイプのみです。 地理的なポリゴンや、 PostgreSQL custom types`_などのユーザー作成タイプなど、より不 ... カスタムデータベースタイプ ¶ Say you've created a PostgreSQL custom type called mytype . You can subclass Field ... n types. For example, the date/time column type in PostgreSQL is called timestamp , while the same column in MyS ... ibute. Current built-in vendor names are: sqlite , postgresql , mysql , and oracle . 例: class MyDateField ( mod ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Subquery ( newest . values ( 'email' )[: 1 ])) On PostgreSQL, the SQL looks like: SELECT "post" . "id" , ( SELE ... ( recent_comment = Exists ( recent_comments )) On PostgreSQL, the SQL looks like: SELECT "post" . "id" , "post" ... Django's built-in database backends, MySQL 8.0.2+, PostgreSQL, and Oracle support window expressions. Support fo ... ¶ frame_type ¶ This attribute is set to 'RANGE' . PostgreSQL has limited support for ValueRange and only suppor ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 1.11.8 リリースノート — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ade QuerySet.iterator() use server-side cursors on PostgreSQL after values() and values_list() ( #28817 ). Fixed ...
https://man.plustar.jp/django/releases/1.11.8.html - [similar]
Django 1.8.9 リリースノート — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... causing incorrect index handling in migrations on PostgreSQL when adding db_index=True or unique=True to a Char ...
https://man.plustar.jp/django/releases/1.8.9.html - [similar]
Django 1.9.7 リリースノート — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nary JSON input ( #26672 ). Fixed dbshell crash on PostgreSQL with an empty database name ( #26698 ). Fixed a re ...
https://man.plustar.jp/django/releases/1.9.7.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 5751
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and TextField respectively when using AddField on PostgreSQL ( #26889 ). Python 2 で非 ASCII 文字列のファイル名 ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 5700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ). Fixed introspection of index field ordering on PostgreSQL ( #28197 ). Fixed a regression where Model._state. ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 5700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on in Django 3.1 that caused a migrations crash on PostgreSQL when adding an ExclusionConstraint with key transf ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
Django 1.4 documentation 5650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... バージョン 2.5 よりも前の Python を使っているか、 PostgreSQL や MySQL, Oracle といった、SQLite 以外の「大掛かり ... ラメタに合わせましょう: ENGINE – 'django.db.backends.postgresql_psycopg2' , 'django.db.backends.mysql' , 'django.d ... るので、特にインス トールする必要がありません。 Note PostgreSQL や MySQL を使っている場合、この時点でデータベースを ... タベースのコマンドラ インクライアントを使って、 \dt (PostgreSQL), SHOW TABLES; (MySQL), あるいは .schema (SQLite) ...
https://man.plustar.jp/django/contents.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT