Results of 1 - 7 of about 7 for compiler (0.022 sec.)
- Lookup API reference — Django 4.0.6 ドキュメント 12686
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
when it implements the following methods: as_sql ( compiler , connection ) ¶ Generates the SQL fragment for th ...
rams is the list or tuple of query parameters. The compiler is an SQLCompiler object, which has a compile() me ...
expression.as_sql() is usually incorrect - instead compiler.compile(expression) should be used. The compiler.c ...
e Func.as_sql() for example usage. as_vendorname ( compiler , connection ) ¶ Works like as_sql() method. When ...
-
https://man.plustar.jp/django/ref/models/lookups.html
- [similar]
- How to write custom lookups — Django 4.0.6 ドキュメント 10705
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
( Lookup ): lookup_name = 'ne' def as_sql ( self , compiler , connection ): lhs , lhs_params = self . process_ ...
lhs ( compiler , connection ) rhs , rhs_params = self . process_r ...
hs ( compiler , connection ) params = lhs_params + rhs_params re ...
s_sql" メソッドを定義する必要があります。これには "compiler" という"SQL Compiler" オブジェクトと、アクティブな ...
-
https://man.plustar.jp/django/howto/custom-lookups.html
- [similar]
- クエリー式 — Django 4.0.6 ドキュメント 9178
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
eError will be raised. Defaults to None . as_sql ( compiler , connection , function = None , template = None , ...
... function = 'CONCAT' ... def as_mysql ( self , compiler , connection , ** extra_context ): return super () ...
. as_sql ( compiler , connection , function = 'CONCAT_WS' , template = ...
nsible for generating the SQL: def as_sql ( self , compiler , connection , template = None ): sql_expressions ...
-
https://man.plustar.jp/django/ref/models/expressions.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 8124
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
DatabaseCreation class to DatabaseWrapper . The SQLCompiler.as_sql() method now takes a subquery parameter ( # ...
ent will be removed in Django 1.10. qn replaced by compiler ¶ In previous Django versions, various internal OR ...
. In Django 1.8, that argument has been renamed to compiler and is now a full SQLCompiler instance. For backwa ...
rds-compatibility, calling a SQLCompiler instance performs the same name-quoting that the q ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7742
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
up ): lookup_name = 'search' def as_mysql ( self , compiler , connection ): lhs , lhs_params = self . process_ ...
lhs ( compiler , connection ) rhs , rhs_params = self . process_r ...
hs ( compiler , connection ) params = lhs_params + rhs_params re ...
についても書かれています。 Support for calling a SQLCompiler directly as an alias for calling its quote_name_un ...
-
https://man.plustar.jp/django/releases/1.10.html
- [similar]
- Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7742
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
. Fixed a regression in the django.contrib.gis SQL compiler for non-concrete fields ( #22250 ). Fixed ModelAdm ...
-
https://man.plustar.jp/django/releases/1.6.3.html
- [similar]
- 翻訳 — Django 4.0.6 ドキュメント 7361
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lemessages --settings=path.to.settings to make the compiler process all the directories in your LOCALE_PATHS s ...
-
https://man.plustar.jp/django/topics/i18n/translation.html
- [similar]
PREV
1
NEXT