Printf Inventory

List of all printf(), sprintf(), etc. formats strings mentioned in the code..

ValueCountFile:Line
'Value for :%1$s not found in params array. Params array key should be "%1$s"'
1
  • /lib/Doctrine/DBAL/SQLParserUtilsException.php
' WHERE ROWNUM <= %d'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = %s'
1
  • /lib/Doctrine/DBAL/Platforms/PostgreSQL92Platform.php
'INSERT INTO %s (%s) SELECT %s FROM %s'
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
'CREATE TEMPORARY TABLE %s AS SELECT %s FROM %s'
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
'PRAGMA foreign_key_list(%s)'
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
'PRAGMA index_list(%s)'
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
'PRAGMA table_info(%s)'
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
"SELECT sql FROM sqlite_master WHERE type='index' AND tbl_name = %s AND sql NOT NULL ORDER BY name"
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
"JULIANDAY(%s, 'start of day') - JULIANDAY(%s, 'start of day')"
1
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
<<<'SQL'
SELECT comments FROM %s WHERE table_name = %s%s
SQL
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'SELECT %s FROM DUAL'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'SELECT * FROM (%s) WHERE doctrine_rownum >= %d'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'SELECT %s FROM (%s) a'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
"Could not convert PHP value of type '%s' to type '%s'. Expected one of the following types: %s"
1
  • /lib/Doctrine/DBAL/Types/ConversionException.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'TRUNC(%s) - TRUNC(%s)'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'SUBSTR(%s, %d)'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
'SUBSTR(%s, %d, %d)'
1
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'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
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'TOP %d'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'doctrine_rownum <= %d'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'doctrine_rownum >= %d'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'CHAR(%d)'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'VARCHAR(%d)'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
"Could not convert PHP value '%s' of type '%s' to type '%s'. Expected one of the following types: %s"
1
  • /lib/Doctrine/DBAL/Types/ConversionException.php
"Could not convert PHP type '%s' to '%s', as an '%s' error was triggered by the serialization"
1
  • /lib/Doctrine/DBAL/Types/ConversionException.php
"EXEC sp_rename N'%s.%s', N'%s', N'INDEX'"
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'Unknown type, %d given.'
1
  • /lib/Doctrine/DBAL/Driver/Mysqli/Exception/UnknownType.php
'Fetching as key-value pairs requires the result to contain at least 2 columns, %d given.'
1
  • /lib/Doctrine/DBAL/Exception/NoKeyValue.php
'%s is deprecated since doctrine/dbal 2.11 and will be removed in 3.0, use %s instead.'
1
  • /lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php
'%d statements executed!'
1
  • /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
"Unable to read SQL file '<info>%s</info>': %s"
1
  • /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
"Processing file '<info>%s</info>'... "
1
  • /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
"SQL file '<info>%s</info>' does not have read permissions."
1
  • /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
"SQL file '<info>%s</info>' does not exist."
1
  • /lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
'Connection with name "%s" does not exist.'
1
  • /lib/Doctrine/DBAL/Tools/Console/ConnectionProvider/SingleConnectionProvider.php
'First argument must be an instance of "%s" or "%s"'
1
  • /lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
'Passing an instance of "%s" as the first argument is deprecated. Pass an instance of "%s" instead.'
1
  • /lib/Doctrine/DBAL/Tools/Console/ConsoleRunner.php
';%s=%s'
1
  • /lib/Doctrine/DBAL/Driver/PDOSqlsrv/Driver.php
'Failed to set option %d with value "%s"'
1
  • /lib/Doctrine/DBAL/Driver/Mysqli/Exception/InvalidOption.php
"Could not convert database value to '%s' as an error was triggered by the unserialization: '%s'"
1
  • /lib/Doctrine/DBAL/Types/ConversionException.php
'Failed reading the stream resource for parameter offset %d.'
1
  • /lib/Doctrine/DBAL/Driver/Mysqli/Exception/FailedReadingStreamOffset.php
', error: %s (%d)'
1
  • /lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
"%s option '%s' with value '%s'"
1
  • /lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
"Unknown fetch type '%s'"
1
  • /lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
'Could not find variable mapping with index %d, in the SQL statement'
1
  • /lib/Doctrine/DBAL/Driver/OCI8/Exception/UnknownParameterIndex.php
'The statement contains non-terminated string literal starting at offset %d.'
1
  • /lib/Doctrine/DBAL/Driver/OCI8/Exception/NonTerminatedStringLiteral.php
'Unexpected database version string "%s". Cannot parse an appropriate version number from it. ' 'Please report this database version string to the Doctrine team.'
1
  • /lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php
'%s=%s'
1
  • /lib/Doctrine/DBAL/Driver/IBMDB2/DataSourceName.php
'%F'
1
  • /lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvConnection.php
'(%s=%s)'
1
  • /lib/Doctrine/DBAL/Driver/AbstractOracleDriver/EasyConnectString.php
'Using a PDO fetch mode or their combination (%d given)' ' is deprecated and will cause an error in Doctrine DBAL 3.0'
1
  • /lib/Doctrine/DBAL/Driver/PDOStatement.php
'Using a PDO parameter type (%d given) is deprecated and will cause an error in Doctrine DBAL 3.0'
1
  • /lib/Doctrine/DBAL/Driver/PDOStatement.php
'(%s = %s AND %s = %s)'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
<<<SQL
IF EXISTS (SELECT * FROM sysobjects WHERE name = '%s')
    ALTER TABLE %s DROP CONSTRAINT %s
ELSE
    DROP INDEX %s ON %s
SQL
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'Value for :%1$s not found in types array. Types array key should be "%1$s"'
1
  • /lib/Doctrine/DBAL/SQLParserUtilsException.php
'Sqlite schema manager requires to modify foreign keys table definition "%s".'
1
  • /lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
"Alter table change not supported, given '%s'"
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
"There exists no foreign key with the name '%s' on table '%s'."
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
"The namespace with name '%s' already exists."
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
"There is no column with name '%s' on table '%s'."
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
"An index with name '%s' was already defined on table '%s'."
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
"Index '%s' does not exist on table '%s'."
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
'Invalid index-name %s given, has to be [a-zA-Z0-9_]'
1
  • /lib/Doctrine/DBAL/Schema/SchemaException.php
'The "%s" column option is not supported,' ' setting it is deprecated and will cause an error in Doctrine DBAL 3.0'
1
  • /lib/Doctrine/DBAL/Schema/Column.php
'ALTER DATABASE %s SET SINGLE_USER WITH ROLLBACK IMMEDIATE'
1
  • /lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
'ALTER TABLE %s DROP CONSTRAINT %s'
1
  • /lib/Doctrine/DBAL/Schema/SQLServerSchemaManager.php
"ALTER SYSTEM KILL SESSION '%s, %s' IMMEDIATE"
1
  • /lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
'PRAGMA INDEX_INFO (%s)'
1
  • /lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
'CONVERT(%s, %s)'
1
  • /lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php
'PRAGMA TABLE_INFO (%s)'
1
  • /lib/Doctrine/DBAL/Schema/SqliteSchemaManager.php
'SELECT attnum, attname FROM pg_attribute WHERE attrelid=%d AND attnum IN (%s) ORDER BY attnum ASC'
1
  • /lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php
'/((.+(?i:ARRAY)\\[.+\\])|([^\'"`\\[]+))(?:%s)?/s'
1
  • /lib/Doctrine/DBAL/SQLParserUtils.php
'Type of the class %s@%s is already registered.'
1
  • /lib/Doctrine/DBAL/DBALException.php
'Type of the class %s@%s is not registered.'
1
  • /lib/Doctrine/DBAL/DBALException.php
'"%s"'
1
  • /lib/Doctrine/DBAL/DBALException.php
"The options 'driver' or 'driverClass' are mandatory if a connection URL without scheme " 'is given to DriverManager::getConnection(). Given URL: %s'
1
  • /lib/Doctrine/DBAL/DBALException.php
'Invalid platform version "%s" specified. ' 'The platform version has to be specified in the format: "%s".'
1
  • /lib/Doctrine/DBAL/DBALException.php
"Option 'platform' must be an object and subtype of '%s'. Got '%s'"
1
  • /lib/Doctrine/DBAL/DBALException.php
"Option 'platform' must be a subtype of '%s', instance of '%s' given"
1
  • /lib/Doctrine/DBAL/DBALException.php
"Operation '%s' is not supported by platform."
1
  • /lib/Doctrine/DBAL/DBALException.php
'%s_%s_seq'
1
  • /lib/Doctrine/DBAL/Schema/Sequence.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
'%s.relname = %s AND %s.nspname = %s'
1
  • /lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
'DEFAULT CHARACTER SET %s'
1
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
'CONCAT(%s)'
1
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
'SELECT %s'
1
  • /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
'Platform %s does not support offset values in limit queries.'
1
  • /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
'Offset must be a positive integer or zero, %d given'
1
  • /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
'COMMENT ON TABLE %s IS %s'
1
  • /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
'Binary column length %d is greater than supported by the platform (%d).' ' Reduce the column length or use a BLOB column instead.'
1
  • /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
'COLLATE %s'
1
  • /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
<<<'SQL'
SELECT obj_description(%s::regclass) AS table_comment;
SQL
1
  • /lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
'db22.DC_ROWNUM <= %d'
1
  • /lib/Doctrine/DBAL/Platforms/DB2Platform.php
<<<'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
  • /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
'TOP %s START AT %d'
1
  • /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
'RENAME TABLE %s TO %s'
1
  • /lib/Doctrine/DBAL/Platforms/DB2Platform.php
'db22.DC_ROWNUM >= %d'
1
  • /lib/Doctrine/DBAL/Platforms/DB2Platform.php
'SELECT db22.* FROM (SELECT db21.*, ROW_NUMBER() OVER() AS DC_ROWNUM FROM (%s) db21) db22 WHERE %s'
1
  • /lib/Doctrine/DBAL/Platforms/DB2Platform.php
<<<'SQL'
SELECT REMARKS
  FROM SYSIBM.SYSTABLES
  WHERE NAME = UPPER( %s )
SQL
1
  • /lib/Doctrine/DBAL/Platforms/DB2Platform.php
'SELECT %s FROM sysibm.sysdummy1'
1
  • /lib/Doctrine/DBAL/Platforms/DB2Platform.php
'USE FEDERATION %s (%s = %s) WITH RESET, FILTERING = %s;'
1
  • /lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureShardManager.php
' ESCAPE %s'
2
  • /lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
  • /lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
'ROW_FORMAT = %s'
2
  • /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
'Destination class has to be of type string or object, %s given.'
2
  • /lib/Doctrine/DBAL/Driver/IBMDB2/DB2Statement.php
  • /lib/Doctrine/DBAL/Driver/SQLAnywhere/SQLAnywhereStatement.php
'COMMENT = %s '
2
  • /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
'AUTO_INCREMENT = %s'
2
  • /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
'ENGINE = %s'
2
  • /lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
  • /lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
'ALTER TABLE %s RENAME TO %s'
3
  • /lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
  • /lib/Doctrine/DBAL/Platforms/OraclePlatform.php
  • /lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
'COMMENT ON COLUMN %s.%s IS %s'
3
  • /lib/Doctrine/DBAL/Platforms/SQLAnywherePlatform.php
  • /lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
  • /lib/Doctrine/DBAL/Platforms/AbstractPlatform.php