List of all printf(), sprintf(), etc. formats strings mentioned in the code..
Value | Count | File:Line |
---|---|---|
'Value for :%1$s not found in params array. Params array key should be "%1$s"' | 1 |
|
' WHERE ROWNUM <= %d' | 1 |
|
'SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = %s' | 1 |
|
'INSERT INTO %s (%s) SELECT %s FROM %s' | 1 |
|
'CREATE TEMPORARY TABLE %s AS SELECT %s FROM %s' | 1 |
|
'PRAGMA foreign_key_list(%s)' | 1 |
|
'PRAGMA index_list(%s)' | 1 |
|
'PRAGMA table_info(%s)' | 1 |
|
"SELECT sql FROM sqlite_master WHERE type='index' AND tbl_name = %s AND sql NOT NULL ORDER BY name" | 1 |
|
"JULIANDAY(%s, 'start of day') - JULIANDAY(%s, 'start of day')" | 1 |
|
<<<'SQL' SELECT comments FROM %s WHERE table_name = %s%s SQL | 1 |
|
'SELECT %s FROM DUAL' | 1 |
|
'SELECT * FROM (%s) WHERE doctrine_rownum >= %d' | 1 |
|
'SELECT %s FROM (%s) a' | 1 |
|
"Could not convert PHP value of type '%s' to type '%s'. Expected one of the following types: %s" | 1 |
|
<<<'SQL' SELECT c.*, ( SELECT d.comments FROM %s d WHERE d.TABLE_NAME = c.TABLE_NAME%s AND d.COLUMN_NAME = c.COLUMN_NAME ) AS comments FROM %s c WHERE c.table_name = %s%s ORDER BY c.column_id SQL | 1 |
|
'TRUNC(%s) - TRUNC(%s)' | 1 |
|
'SUBSTR(%s, %d)' | 1 |
|
'SUBSTR(%s, %d, %d)' | 1 |
|
<<<'SQL' SELECT p.value AS [table_comment] FROM sys.tables AS tbl INNER JOIN sys.extended_properties AS p ON p.major_id=tbl.object_id AND p.minor_id=0 AND p.class=1 WHERE (tbl.name=N%s and SCHEMA_NAME(tbl.schema_id)=N'dbo' and p.name=N'MS_Description') SQL | 1 |
|
<<<'SQL' EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N%s, @level0type=N'SCHEMA', @level0name=N'dbo', @level1type=N'TABLE', @level1name=N%s SQL | 1 |
|
'WITH dctrn_cte AS (%s) ' . 'SELECT * FROM (' . 'SELECT *, ROW_NUMBER() OVER (ORDER BY (SELECT 0)) AS doctrine_rownum FROM dctrn_cte' . ') AS doctrine_tbl ' . 'WHERE %s ORDER BY doctrine_rownum ASC' | 1 |
|
'TOP %d' | 1 |
|
'doctrine_rownum <= %d' | 1 |
|
'doctrine_rownum >= %d' | 1 |
|
'CHAR(%d)' | 1 |
|
'VARCHAR(%d)' | 1 |
|
"Could not convert PHP value '%s' of type '%s' to type '%s'. Expected one of the following types: %s" | 1 |
|
"Could not convert PHP type '%s' to '%s', as an '%s' error was triggered by the serialization" | 1 |
|
"EXEC sp_rename N'%s.%s', N'%s', N'INDEX'" | 1 |
|
'Unknown type, %d given.' | 1 |
|
'Fetching as key-value pairs requires the result to contain at least 2 columns, %d given.' | 1 |
|
'%s is deprecated since doctrine/dbal 2.11 and will be removed in 3.0, use %s instead.' | 1 |
|
'%d statements executed!' | 1 |
|
"Unable to read SQL file '<info>%s</info>': %s" | 1 |
|
"Processing file '<info>%s</info>'... " | 1 |
|
"SQL file '<info>%s</info>' does not have read permissions." | 1 |
|
"SQL file '<info>%s</info>' does not exist." | 1 |
|
'Connection with name "%s" does not exist.' | 1 |
|
'First argument must be an instance of "%s" or "%s"' | 1 |
|
'Passing an instance of "%s" as the first argument is deprecated. Pass an instance of "%s" instead.' | 1 |
|
';%s=%s' | 1 |
|
'Failed to set option %d with value "%s"' | 1 |
|
"Could not convert database value to '%s' as an error was triggered by the unserialization: '%s'" | 1 |
|
'Failed reading the stream resource for parameter offset %d.' | 1 |
|
', error: %s (%d)' | 1 |
|
"%s option '%s' with value '%s'" | 1 |
|
"Unknown fetch type '%s'" | 1 |
|
'Could not find variable mapping with index %d, in the SQL statement' | 1 |
|
'The statement contains non-terminated string literal starting at offset %d.' | 1 |
|
'Unexpected database version string "%s". Cannot parse an appropriate version number from it. ' . 'Please report this database version string to the Doctrine team.' | 1 |
|
'%s=%s' | 1 |
|
'%F' | 1 |
|
'(%s=%s)' | 1 |
|
'Using a PDO fetch mode or their combination (%d given)' . ' is deprecated and will cause an error in Doctrine DBAL 3.0' | 1 |
|
'Using a PDO parameter type (%d given) is deprecated and will cause an error in Doctrine DBAL 3.0' | 1 |
|
'(%s = %s AND %s = %s)' | 1 |
|
<<<SQL IF EXISTS (SELECT * FROM sysobjects WHERE name = '%s') ALTER TABLE %s DROP CONSTRAINT %s ELSE DROP INDEX %s ON %s SQL | 1 |
|
'Value for :%1$s not found in types array. Types array key should be "%1$s"' | 1 |
|
'Sqlite schema manager requires to modify foreign keys table definition "%s".' | 1 |
|
"Alter table change not supported, given '%s'" | 1 |
|
"There exists no foreign key with the name '%s' on table '%s'." | 1 |
|
"The namespace with name '%s' already exists." | 1 |
|
"There is no column with name '%s' on table '%s'." | 1 |
|
"An index with name '%s' was already defined on table '%s'." | 1 |
|
"Index '%s' does not exist on table '%s'." | 1 |
|
'Invalid index-name %s given, has to be [a-zA-Z0-9_]' | 1 |
|
'The "%s" column option is not supported,' . ' setting it is deprecated and will cause an error in Doctrine DBAL 3.0' | 1 |
|
'ALTER DATABASE %s SET SINGLE_USER WITH ROLLBACK IMMEDIATE' | 1 |
|
'ALTER TABLE %s DROP CONSTRAINT %s' | 1 |
|
"ALTER SYSTEM KILL SESSION '%s, %s' IMMEDIATE" | 1 |
|
'PRAGMA INDEX_INFO (%s)' | 1 |
|
'CONVERT(%s, %s)' | 1 |
|
'PRAGMA TABLE_INFO (%s)' | 1 |
|
'SELECT attnum, attname FROM pg_attribute WHERE attrelid=%d AND attnum IN (%s) ORDER BY attnum ASC' | 1 |
|
'/((.+(?i:ARRAY)\\[.+\\])|([^\'"`\\[]+))(?:%s)?/s' | 1 |
|
'Type of the class %s@%s is already registered.' | 1 |
|
'Type of the class %s@%s is not registered.' | 1 |
|
'"%s"' | 1 |
|
"The options 'driver' or 'driverClass' are mandatory if a connection URL without scheme " . 'is given to DriverManager::getConnection(). Given URL: %s' | 1 |
|
'Invalid platform version "%s" specified. ' . 'The platform version has to be specified in the format: "%s".' | 1 |
|
"Option 'platform' must be an object and subtype of '%s'. Got '%s'" | 1 |
|
"Option 'platform' must be a subtype of '%s', instance of '%s' given" | 1 |
|
"Operation '%s' is not supported by platform." | 1 |
|
'%s_%s_seq' | 1 |
|
<<<'SQL' SELECT col.column_name, COALESCE(def.user_type_name, def.domain_name) AS 'type', def.declared_width AS 'length', def.scale, CHARINDEX('unsigned', def.domain_name) AS 'unsigned', IF col.nulls = 'Y' THEN 0 ELSE 1 ENDIF AS 'notnull', col."default", def.is_autoincrement AS 'autoincrement', rem.remarks AS 'comment' FROM sa_describe_query('SELECT * FROM "%s"') AS def JOIN SYS.SYSTABCOL AS col ON col.table_id = def.base_table_id AND col.column_id = def.base_column_id LEFT JOIN SYS.SYSREMARK AS rem ON col.object_id = rem.object_id WHERE def.base_owner_name = %s ORDER BY def.base_column_id ASC SQL | 1 |
|
<<<'SQL' SELECT con.* FROM SYS.SYSCONSTRAINT AS con JOIN SYS.SYSTAB AS tab ON con.table_object_id = tab.object_id WHERE tab.table_name = %s AND tab.creator = USER_ID(%s) SQL | 1 |
|
'%s.relname = %s AND %s.nspname = %s' | 1 |
|
'DEFAULT CHARACTER SET %s' | 1 |
|
<<<'SQL' SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = %s AND TABLE_NAME = %s SQL | 1 |
|
'CONCAT(%s)' | 1 |
|
'SELECT %s' | 1 |
|
'Platform %s does not support offset values in limit queries.' | 1 |
|
'Offset must be a positive integer or zero, %d given' | 1 |
|
'COMMENT ON TABLE %s IS %s' | 1 |
|
'Binary column length %d is greater than supported by the platform (%d).' . ' Reduce the column length or use a BLOB column instead.' | 1 |
|
'COLLATE %s' | 1 |
|
<<<'SQL' SELECT fcol.column_name AS local_column, ptbl.table_name AS foreign_table, pcol.column_name AS foreign_column, idx.index_name, IF fk.nulls = 'N' THEN 1 ELSE NULL ENDIF AS notnull, CASE ut.referential_action WHEN 'C' THEN 'CASCADE' WHEN 'D' THEN 'SET DEFAULT' WHEN 'N' THEN 'SET NULL' WHEN 'R' THEN 'RESTRICT' ELSE NULL END AS on_update, CASE dt.referential_action WHEN 'C' THEN 'CASCADE' WHEN 'D' THEN 'SET DEFAULT' WHEN 'N' THEN 'SET NULL' WHEN 'R' THEN 'RESTRICT' ELSE NULL END AS on_delete, IF fk.check_on_commit = 'Y' THEN 1 ELSE NULL ENDIF AS check_on_commit, -- check_on_commit flag IF ftbl.clustered_index_id = idx.index_id THEN 1 ELSE NULL ENDIF AS 'clustered', -- clustered flag IF fk.match_type = 0 THEN NULL ELSE fk.match_type ENDIF AS 'match', -- match option IF pidx.max_key_distance = 1 THEN 1 ELSE NULL ENDIF AS for_olap_workload -- for_olap_workload flag FROM SYS.SYSFKEY AS fk JOIN SYS.SYSIDX AS idx ON fk.foreign_table_id = idx.table_id AND fk.foreign_index_id = idx.index_id JOIN SYS.SYSPHYSIDX pidx ON idx.table_id = pidx.table_id AND idx.phys_index_id = pidx.phys_index_id JOIN SYS.SYSTAB AS ptbl ON fk.primary_table_id = ptbl.table_id JOIN SYS.SYSTAB AS ftbl ON fk.foreign_table_id = ftbl.table_id JOIN SYS.SYSIDXCOL AS idxcol ON idx.table_id = idxcol.table_id AND idx.index_id = idxcol.index_id JOIN SYS.SYSTABCOL AS pcol ON ptbl.table_id = pcol.table_id AND idxcol.primary_column_id = pcol.column_id JOIN SYS.SYSTABCOL AS fcol ON ftbl.table_id = fcol.table_id AND idxcol.column_id = fcol.column_id LEFT JOIN SYS.SYSTRIGGER ut ON fk.foreign_table_id = ut.foreign_table_id AND fk.foreign_index_id = ut.foreign_key_id AND ut.event = 'C' LEFT JOIN SYS.SYSTRIGGER dt ON fk.foreign_table_id = dt.foreign_table_id AND fk.foreign_index_id = dt.foreign_key_id AND dt.event = 'D' WHERE ftbl.table_name = %s AND ftbl.creator = USER_ID(%s) ORDER BY fk.foreign_index_id ASC, idxcol.sequence ASC SQL | 1 |
|
<<<'SQL' SELECT obj_description(%s::regclass) AS table_comment; SQL | 1 |
|
<<<'SQL' SELECT quote_ident(relname) as relname FROM pg_class WHERE oid IN ( SELECT indexrelid FROM pg_index, pg_class WHERE pg_class.relname = %s AND pg_class.oid = pg_index.indrelid AND (indisunique = 't' OR indisprimary = 't') ) SQL | 1 |
|
'db22.DC_ROWNUM <= %d' | 1 |
|
<<<'SQL' SELECT idx.index_name AS key_name, IF idx.index_category = 1 THEN 1 ELSE 0 ENDIF AS 'primary', col.column_name, IF idx."unique" IN(1, 2, 5) THEN 0 ELSE 1 ENDIF AS non_unique, IF tbl.clustered_index_id = idx.index_id THEN 1 ELSE NULL ENDIF AS 'clustered', -- clustered flag IF idx."unique" = 5 THEN 1 ELSE NULL ENDIF AS with_nulls_not_distinct, -- with_nulls_not_distinct flag IF pidx.max_key_distance = 1 THEN 1 ELSE NULL ENDIF AS for_olap_workload -- for_olap_workload flag FROM SYS.SYSIDX AS idx JOIN SYS.SYSPHYSIDX pidx ON idx.table_id = pidx.table_id AND idx.phys_index_id = pidx.phys_index_id JOIN SYS.SYSIDXCOL AS idxcol ON idx.table_id = idxcol.table_id AND idx.index_id = idxcol.index_id JOIN SYS.SYSTABCOL AS col ON idxcol.table_id = col.table_id AND idxcol.column_id = col.column_id JOIN SYS.SYSTAB AS tbl ON idx.table_id = tbl.table_id WHERE tbl.table_name = %s AND tbl.creator = USER_ID(%s) AND idx.index_category != 2 -- exclude indexes implicitly created by foreign key constraints ORDER BY idx.index_id ASC, idxcol.sequence ASC SQL | 1 |
|
'TOP %s START AT %d' | 1 |
|
'RENAME TABLE %s TO %s' | 1 |
|
'db22.DC_ROWNUM >= %d' | 1 |
|
'SELECT db22.* FROM (SELECT db21.*, ROW_NUMBER() OVER() AS DC_ROWNUM FROM (%s) db21) db22 WHERE %s' | 1 |
|
<<<'SQL' SELECT REMARKS FROM SYSIBM.SYSTABLES WHERE NAME = UPPER( %s ) SQL | 1 |
|
'SELECT %s FROM sysibm.sysdummy1' | 1 |
|
'USE FEDERATION %s (%s = %s) WITH RESET, FILTERING = %s;' | 1 |
|
' ESCAPE %s' | 2 |
|
'ROW_FORMAT = %s' | 2 |
|
'Destination class has to be of type string or object, %s given.' | 2 |
|
'COMMENT = %s ' | 2 |
|
'AUTO_INCREMENT = %s' | 2 |
|
'ENGINE = %s' | 2 |
|
'ALTER TABLE %s RENAME TO %s' | 3 |
|
'COMMENT ON COLUMN %s.%s IS %s' | 3 |
|