Home
last modified time | relevance | path

Searched refs:get_sql (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DTableSyncNibble.t140 $t->get_sql(
161 $t->get_sql(
185 $t->get_sql(
209 $t->get_sql(
214 $t->get_sql(
219 $t->get_sql(
225 $t->get_sql(
257 $t->get_sql(
330 $t->get_sql(
346 $t->get_sql(
[all …]
H A DTableSyncChunk.t121 $t->get_sql(
146 $t->get_sql(
159 $t->get_sql(
184 $t->get_sql(
196 like($t->get_sql(
233 $t->get_sql(
364 $t->get_sql(
379 $t->get_sql(
391 $t->get_sql(
H A DTableSyncStream.t50 $t->get_sql(
65 $t->get_sql(
H A DTableSyncGroupBy.t58 $t->get_sql(
74 $t->get_sql(
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/tests/
H A Dtest_osv.py21 from_clause, where_clause, where_params = query.get_sql()
37 from_clause, where_clause, where_params = query.get_sql()
56 from_clause, where_clause, where_params = query.get_sql()
86 from_clause, where_clause, where_params = query.get_sql()
90 from_clause, where_clause, where_params = query.get_sql()
95 from_clause, where_clause, where_params = query.get_sql()
100 from_clause, where_clause, where_params = query.get_sql()
/dports/www/moodle311/moodle/user/tests/
H A Dfields_test.php286 (array)$fields->get_sql();
310 (array)$fields->get_sql('', true);
324 (array)$fields->get_sql('u');
344 (array)$fields->get_sql('', false, 'u_');
435 (array)$fields->get_sql('u1', true);
439 (array)$fields2->get_sql('u2', true);
482 (array)$fields->get_sql('u');
506 $selects = $fields->get_sql('u')->selects;
510 $selects = $fields->get_sql()->selects;
517 $selects = $fields->get_sql('u')->selects;
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/tests/
H A Dquery.py132 sql, args = query.get_sql()
145 sql, args = query.get_sql()
158 sql, args = query.get_sql()
170 sql, args = query.get_sql()
182 sql, args = query.get_sql()
199 sql, args = query.get_sql()
216 sql, args = query.get_sql()
231 sql, args = query.get_sql()
256 sql, args = query.get_sql()
273 sql, args = query.get_sql()
[all …]
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/scripts/upgrade/win32/py/
H A Dupgrade_common.py117 def get_sql(prog): function
121 ccnet_sql = get_sql('ccnet')
122 seafile_sql = get_sql('seafile')
123 seahub_sql = get_sql('seahub')
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Ddbschema.py133 cmd.append(schema.indent + column.get_sql() + ',')
135 cmd.append(schema.indent + table.pk_index.get_sql() + ',')
140 for index in indexes: cmd.append(schema.indent+index.get_sql() + ',')
144 cmd.append(schema.indent+foreign_key.get_sql() + ',')
149 cmd.append(schema.indent+fk.get_sql())
226 def get_sql(column): member in Column
308 def get_sql(index): member in DBIndex
382 def get_sql(foreign_key): member in ForeignKey
/dports/chinese/phpbb3-tw/phpBB3/
H A Dfeed.php625 if (!$this->get_sql())
753 function get_sql() function in phpbb_feed_overall
898 function get_sql() function in phpbb_feed_forum
1090 function get_sql() function in phpbb_feed_topic
1138 function get_sql() function in phpbb_feed_forums
1216 function get_sql() function in phpbb_feed_news
1290 function get_sql() function in phpbb_feed_topics
1381 function get_sql() function in phpbb_feed_topics_active
/dports/www/piwigo/piwigo/include/
H A Dfunctions_search.inc.php425 function get_sql($field, $token) function in QNumericRangeScope
499 function get_sql($field, $token) function in QDateRangeScope
1009 $clauses[] = $token->scope->get_sql($scope_id, $token);
1012 $clauses[] = $token->scope->get_sql('width/height', $token);
1015 $clauses[] = $token->scope->get_sql('width*height', $token);
1018 $clauses[] = $token->scope->get_sql('hit', $token);
1021 $clauses[] = $token->scope->get_sql('rating_score', $token);
1024 $clauses[] = $token->scope->get_sql('1024*filesize', $token);
1027 $clauses[] = $token->scope->get_sql('date_creation', $token);
1030 $clauses[] = $token->scope->get_sql('date_available', $token);
[all …]
/dports/www/moodle311/moodle/grade/report/history/classes/
H A Dhelper.php145 $ufields = $userfieldsapi->get_sql('u', false, '', '', false)->selects;
207 $ufields = $userfieldsapi->get_sql('u', false, '', '', false)->selects;
/dports/www/moodle311/moodle/mod/workshop/
H A Dlocallib.php865 $authorfields = $userfieldsapi->get_sql('u', false, 'author', 'authoridx', false)->selects;
971 $authorfields = $userfieldsapi->get_sql('u', false, 'author', 'authoridx', false)->selects;
995 $authorfields = $userfieldsapi->get_sql('u', false, 'author', 'authoridx', false)->selects;
1015 $authorfields = $userfieldsapi->get_sql('u', false, 'author', 'authoridx', false)->selects;
1310 … $authorfields = $userfieldsapi->get_sql('author', false, 'author', 'authorid', false)->selects;
1340 … $authorfields = $userfieldsapi->get_sql('author', false, 'author', 'authorid', false)->selects;
1366 … $authorfields = $userfieldsapi->get_sql('author', false, 'author', 'authorid', false)->selects;
2047 $picturefields = $userfieldsapi->get_sql('u', false, '', 'userid', false)->selects;
2103 $picturefields = $userfieldsapi->get_sql('r', false, '', 'reviewerid', false)->selects;
2133 $picturefields = $userfieldsapi->get_sql('e', false, '', 'authorid', false)->selects;
[all …]
/dports/databases/py-asyncpg/asyncpg-0.25.0/tests/
H A Dtest_transaction.py195 get_sql = 'SHOW TRANSACTION ISOLATION LEVEL'
203 level = await self.con.fetchval(get_sql)
206 level = await self.con.fetchval(get_sql)
/dports/www/phpbb3/phpBB3/phpbb/feed/
H A Dbase.php177 if (!$this->get_sql())
336 protected abstract function get_sql(); function in phpbb\\feed\\base
/dports/www/moodle311/moodle/grade/report/history/classes/output/
H A Dtablelog.php404 $gradeduserfields = $userfieldsapi->get_sql('u', false, '', '', false)->selects;
409 $fields .= $userfieldsapi->get_sql('ug', false, 'grader', '', false)->selects;
410 $groupby .= $userfieldsapi->get_sql('ug', false, '', '', false)->selects;
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Duser_verification_helper.h58 ngs::PFS_string query = get_sql(user.c_str(), host.c_str()); in verify_mysql_account()
89 ngs::PFS_string get_sql(const char *user, const char *host) const { in get_sql() function
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Duser_verification_helper.h58 ngs::PFS_string query = get_sql(user.c_str(), host.c_str()); in verify_mysql_account()
89 ngs::PFS_string get_sql(const char *user, const char *host) const { in get_sql() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Duser_verification_helper.h58 ngs::PFS_string query = get_sql(user.c_str(), host.c_str()); in verify_mysql_account()
89 ngs::PFS_string get_sql(const char *user, const char *host) const { in get_sql() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Duser_verification_helper.h58 ngs::PFS_string query = get_sql(user.c_str(), host.c_str()); in verify_mysql_account()
89 ngs::PFS_string get_sql(const char *user, const char *host) const { in get_sql() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Duser_verification_helper.h58 ngs::PFS_string query = get_sql(user.c_str(), host.c_str()); in verify_mysql_account()
89 ngs::PFS_string get_sql(const char *user, const char *host) const { in get_sql() function
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Duser_verification_helper.h58 ngs::PFS_string query = get_sql(user.c_str(), host.c_str()); in verify_mysql_account()
89 ngs::PFS_string get_sql(const char *user, const char *host) const { in get_sql() function
/dports/www/moodle311/moodle/lib/classes/task/
H A Dsend_new_user_passwords_task.php51 $usernamefields = $userfieldsapi->get_sql('u', false, '', '', false)->selects;
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/osv/
H A Dquery.py122 from_clause, where_clause, params = self.get_sql()
133 def get_sql(self): member in Query
/dports/www/moodle311/moodle/group/
H A Dindex.php89 ] = (array)$userfieldsapi->get_sql('u', true, '', '', false);
217 ] = (array)$userfieldsapi->get_sql('u', true, '', '', false);

123456789