| Transaction not supported | exception | error | drizzle-kit, studio, aws-data-api, transactions |
| ${it.code}: ${it.message} | exception | error | drizzle-kit, cloudflare-d1, http-driver, api-errors |
| unsupported dialect | exception | error | drizzle-kit, studio, relations, dialect |
| unsupported relation type | exception | error | drizzle-kit, studio, relations, schema |
| Invalid relation "${relation.fieldName}" for table "${it.sch | exception | error | drizzle-kit, studio, relations, schema |
| Custom default not found for ${column.schema}.${column.table | exception | error | drizzle-kit, studio, defaults, casing |
| Unknown type: ${type} | exception | error | drizzle-kit, studio, version-skew |
| we don't support params for `sql` default values | exception | error | drizzle-kit, serializer, sql-default, schema |
| Unknown array type | exception | error | drizzle-orm, aws-data-api, arrays, result-mapping |
| Unknown type | exception | error | drizzle-orm, aws-data-api, result-mapping |
| Unknown type for ${value} | exception | error | drizzle-orm, aws-data-api, params, serialization |
| Unexpected state: no column metadata found for index ${index | exception | error | drizzle-orm, aws-data-api, metadata, internal |
| Unexpected state: no column name for index ${index} found in | exception | error | drizzle-orm, aws-data-api, metadata, internal |
| Missing migration: ${journalEntry.tag} | exception | critical | drizzle-orm, durable-sqlite, migrations, cloudflare |
| Failed to parse migration: ${journalEntry.tag} | exception | error | |
| Class "${type.name ?? '<unknown>'}" doesn't look like a Driz | exception | error | |
| Missing migration: ${journalEntry.tag} | exception | error | |
| Failed to parse migration: ${journalEntry.tag} | exception | error | |
| Your "${f.path.join('->')}" field references a column "${tab | exception | error | |
| Cannot pass undefined values to any set operator | exception | error | |
| No fields selected for table "${tableConfig.tsName}" ("${tab | exception | error | |
| values() must be called with at least one value | exception | error | |
| Insert select error: selected fields are not the same or are | exception | error | |
| Cannot use concurrently and withNoData together | exception | error | |
| Alias "${tableName}" is already used in this query | exception | error | |
| Set operator error (union / intersect / except): selected fi | exception | error | |
| Cannot execute a query on a query builder. Please use a data | exception | error | |
| Alias "${tableName}" is already used in this query | exception | error | |
| You can't specify 'public' as schema name. Postgres is using | exception | error | |
| Failed query: ${query}
params: ${params} | exception | error | |
| Rollback | exception | warning | gel, transaction, rollback, control-flow |
| TextDecoder is not available. Please provide either Buffer o | exception | critical | libsql, sqlite, environment, polyfill, runtime, binary |
| Can't find meta/_journal.json file | exception | critical | migrations, config, filesystem, drizzle-kit |
| No file ${migrationPath} found in ${migrationFolderTo} folde | exception | critical | migrations, filesystem, consistency, drizzle-kit |
| You have an empty array for "${name}" enum values | exception | error | mysql, schema, enum, validation |
| Your "${f.path.join('->')}" field references a column "${tab | exception | error | mysql, select, joins, query-builder, schema |
| Cannot pass undefined values to any set operator | exception | error | mysql, set-operators, internal, validation |
| No fields selected for table "${tableConfig.tsName}" ("${tab | exception | error | mysql, rqb, relational, select, config |
| No fields selected for table "${tableConfig.tsName}" ("${tab | exception | error | mysql, rqb, relational, select, config |
| values() must be called with at least one value | exception | error | mysql, insert, validation, query-builder |
| Insert select error: selected fields are not the same or are | exception | error | mysql, insert, insert-select, validation |
| Alias "${tableName}" is already used in this query | exception | error | mysql, select, joins, alias, validation |
| Set operator error (union / intersect / except): selected fi | exception | error | mysql, set-operators, union, validation, select |
| Cannot execute a query on a query builder. Please use a data | exception | error | mysql, select, query-builder, session, execution |
| Failed query: ${query}
params: ${params} | exception | error | mysql, query-execution, driver-error, database |
| Rollback | exception | warning | mysql, transaction, rollback, control-flow |
| Transactions are not supported by the MySql Proxy driver | exception | error | mysql, mysql-proxy, transaction, unsupported |
| Streaming is not supported by the MySql Proxy driver | exception | error | mysql, mysql-proxy, streaming, iterator, unsupported |
| You need to specify "mode": "planetscale" or "default" when | exception | error | mysql, mysql2, config, schema, planetscale |
| No transactions support in neon-http driver | exception | error | postgres, neon, neon-http, transaction, unsupported |
| crudPolicy requires a read policy | exception | error | postgres, neon, rls, policy, crud-policy, validation |
| crudPolicy requires a modify policy | validation | error | postgres, neon, rls, policy, crud-policy, validation |
| Invalid arguments. Expected a connection string or a config | validation | error | netlify-db, config, driver, init, validation |
| Nested transactions are handled by NetlifyDbTransaction via | exception | info | netlify-db, transaction, nested, savepoint, internal |
| Missing migration: ${journalEntry.tag} | validation | error | op-sqlite, migrations, react-native, bundle, init |
| Failed to parse migration: ${journalEntry.tag} | exception | error | op-sqlite, migrations, parse, react-native, bundle |
| Unsupported geometry type | validation | error | postgres, postgis, geometry, ewkb, decode |
| Your "${f.path.join('->')}" field references a column "${tab | validation | error | postgres, query-builder, select, join, schema |
| Cannot pass undefined values to any set operator | validation | error | set-operators, internal, validation |
| No fields selected for table "${tableConfig.tsName}" ("${tab | validation | error | relational-query, rqb, selection, validation |
| values() must be called with at least one value | validation | error | insert, bulk, validation |
| Insert select error: selected fields are not the same or are | validation | error | insert, insert-select, schema, validation |
| You cannot use both "where" and "targetWhere"/"setWhere" at | validation | error | insert, upsert, on-conflict, migration, validation |
| Cannot use concurrently and withNoData together | validation | error | materialized-view, refresh, validation |
| Alias "${tableName}" is already used in this query | validation | error | select, join, alias, validation |
| Set operator error (union / intersect / except): selected fi | validation | error | select, set-operators, union, validation |
| Cannot execute a query on a query builder. Please use a data | validation | error | select, session, query-builder, usage |
| Alias "${tableName}" is already used in this query | validation | error | update, join, alias, validation |
| You can't specify 'public' as schema name. Postgres is using | validation | error | schema, public, validation, definition |
| Failed query: ${queryString}
params: ${params} | exception | error | runtime, driver, query-error, postgres |
| Rollback | exception | warning | transaction, rollback, control-flow |
| Transactions are not supported by the Postgres Proxy driver | exception | error | postgres, transactions, proxy-driver, serverless, configuration |
| Warning: You need to pass an instance of Client:
import { C | validation | error | planetscale, serverless, configuration, instanceof, initialization |
| Streaming is not supported by the PlanetScale Serverless dri | exception | error | planetscale, serverless, streaming, cursor, not-supported |
| Method not implemented. | exception | error | prisma, mysql, streaming, not-implemented, adapter |
| Method not implemented. | exception | error | prisma, postgres, not-implemented, adapter, prepared-query |
| Method not implemented. | exception | error | prisma, sqlite, not-implemented, adapter, prepared-query |
| Table "${relation.referencedTable[Table.Symbol.Name]}" not f | validation | error | relations, schema, configuration, relational-queries |
| Table "${referencedTableTsName}" not found in schema | validation | error | relations, schema, configuration, inconsistency |
| Table "${sourceTable[Table.Symbol.Name]}" not found in schem | validation | error | relations, schema, configuration, relational-queries |
| There is not enough information to infer relation "${sourceT | validation | error | relations, schema, inference, relational-queries, foreign-key |
| You tried to reference "${prop}" field from a subquery, whic | validation | error | subquery, view, raw-sql, alias, selection-proxy |
| Method not implemented. | exception | error | singlestore, datetime, generated-columns, not-implemented, schema |
| Method not implemented. | exception | error | singlestore, enum, generated-columns, not-implemented, schema |
| You have an empty array for "${name}" enum values | validation | error | singlestore, enum, validation, schema, configuration |
| not implemented | exception | error | singlestore, vector, generated-column, api-misuse |
| Your "${f.path.join('->')}" field references a column "${tab | validation | error | select, join, singlestore, query-builder, schema |
| Cannot pass undefined values to any set operator | validation | error | set-operators, union, singlestore, validation |
| No fields selected for table "${tableConfig.tsName}" ("${tab | validation | error | relational-query, select, singlestore, schema, rqb |
| values() must be called with at least one value | validation | error | insert, validation, singlestore, batch |
| Alias "${tableName}" is already used in this query | validation | error | join, alias, singlestore, self-join |
| Set operator error (union / intersect / except): selected fi | validation | error | set-operators, union, singlestore, schema |
| Cannot execute a query on a query builder. Please use a data | validation | error | query-builder, session, singlestore, execution |
| Failed query: ${queryString}
params: ${params} | exception | error | query-execution, database-error, singlestore, driver |
| Rollback | exception | error | transaction, rollback, singlestore, control-flow |
| Transactions are not supported by the SingleStore Proxy driv | exception | error | transaction, proxy, singlestore, unsupported, driver |
| Streaming is not supported by the SingleStore Proxy driver | exception | error | streaming, iterator, proxy, singlestore, unsupported, pagination |
| TextDecoder is not available. Please provide either Buffer o | exception | error | sqlite, sql-js, polyfill, environment, binary, blob |
| arrayContains requires at least one value | validation | error | validation, postgres-array, query-builder |
| arrayContained requires at least one value | validation | error | validation, postgres-array, query-builder |
| arrayOverlaps requires at least one value | validation | error | validation, postgres-array, query-builder |
| Unexpected param value: ${chunk} | validation | error | sql, params, inline, type-coercion |
| No value for placeholder "${p.name}" was provided | validation | error | placeholders, prepared-query, params |
| No value for placeholder "${p.value.name}" was provided | validation | error | placeholders, prepared-query, params, encoder |
| Your "${f.path.join('->')}" field references a column "${tab | validation | error | select, joins, schema, query-builder |
| Cannot pass undefined values to any set operator | validation | error | set-operators, union, query-builder, validation |
| No fields selected for table "${tableConfig.tsName}" ("${tab | validation | error | relational-query, select, nested, query-builder |
| values() must be called with at least one value | validation | error | insert, validation, batch |
| Insert select error: selected fields are not the same or are | validation | error | insert, insert-select, query-builder, schema |
| You cannot use both "where" and "targetWhere"/"setWhere" at | validation | error | insert, upsert, on-conflict, migration, deprecated |
| Alias "${tableName}" is already used in this query | validation | error | select, joins, alias, self-join |
| Set operator error (union / intersect / except): selected fi | exception | error | set-operators, union, select, schema-match |
| Cannot execute a query on a query builder. Please use a data | exception | error | select, session, query-builder, runtime |
| Alias "${tableName}" is already used in this query | exception | error | update, joins, alias, self-join |
| Failed query: ${queryString}
params: ${params} | exception | error | runtime, session, sqlite, driver-error, wrapper |
| Not implemented | exception | error | |
| Failed to run the query '${staticQuery.sql}' | exception | error | |
| Rollback | exception | error | |
| Streaming is not supported by the TiDB Cloud Serverless driv | exception | error | |
| No values to set | exception | error | |
| No transactions support in Xata Http driver | exception | error | |
| The drizzle-seed package currently supports only PostgreSQL, | exception | error | |
| specifying non unique generator to unique column. | validation | error | |
| Values length equals zero. | validation | error | |
| One of weighted values length equals zero. | validation | error | |
| maxRepeatedValuesCount should be greater than zero. | validation | error | |
| Can't fill notNull column with null values. | validation | error | |
| Can't be greater than 1 if column is unique. | validation | error | |
| There are no enough values to fill unique column. | validation | error | |
| weighted values arrays is too small to generate values with | validation | error | |
| count exceeds max number for this column type. | validation | error | |
| count exceeds max number of unique integers in given range(m | validation | error | |
| minValue and maxValue should be the same type. | validation | error | |
| generateUniqueInt: count exceeds max number of unique intege | validation | error | |
| count exceeds max number of unique intervals(${maxUniqueInte | validation | error | |
| You can't use first name generator with a db column length r | validation | error | |
| count exceeds max number of unique first names. | validation | error | |
| You can't use last name generator with a db column length re | validation | error | |
| count exceeds max number of unique last names. | validation | error | |
| You can't use full name generator with a db column length re | validation | error | |
| count exceeds max number of unique full names(${maxUniqueFul | validation | error | |
| count exceeds max number of unique emails(${maxUniqueEmailsN | validation | error | |
| You can't use email generator with a db column length restri | validation | error | |
| Length of phone number template is shorter than db column le | validation | error | |
| count exceeds max number of unique phone numbers(${maxUnique | validation | error | |
| You can't use phone number generator with a db column length | validation | error | |
| prefixes are not unique. | validation | error | |
| You can't use country generator with a db column length rest | exception | error | |
| count exceeds max number of unique countries. | exception | error | |
| You can't use job title generator with a db column length re | exception | error | |
| You can't use street address generator with a db column leng | exception | error | |
| count exceeds max number of unique street names(${maxUniqueS | exception | error | |
| You can't use city generator with a db column length restric | exception | error | |
| count exceeds max number of unique cities. | exception | error | |
| You can't use postcode generator with a db column length res | exception | error | |
| count exceeds max number of unique postcodes(${maxUniquePost | exception | error | |
| You can't use state generator with a db column length restri | exception | error | |
| You can't use company name generator with a db column length | exception | error | company-name, string-length, varchar, generator-config |
| count exceeds max number of unique company names(${maxUnique | exception | error | unique, company-name, count-limit, range-error |
| You can't use lorem ipsum generator with a db column length | exception | error | lorem-ipsum, string-length, varchar, generator-config |
| Version should be in range [1, ${latestVersion}]. | exception | error | version, api-version, config |
| ${reason}.
You can't specify "${fkTableName}" as parameter i | exception | error | refinements, with-option, relations, foreign-key |
| for now you can't specify generators for columns of dimensio | exception | error | array, multi-dimensional, postgres, refinements |
| Column '${col.name}' has not null contraint,
and you didn't | exception | error | foreign-key, not-null, partial-schema, relations |
| column with type ${col.columnType} is not supported for now. | exception | error | unsupported-type, column-type, generator-config |
| Can't select ${entityKind} generator for ${this.version} ver | exception | error | version, generator-registry, entity-kind |
| The '${table1.name}' and '${table2.name}' tables have not nu | exception | error | cyclic, foreign-key, not-null, relations |
| column with type ${col.baseColumn!.columnType} is not suppor | exception | error | array, postgres, unsupported-type, base-column |
| Table '${tableGen.tableName}' does not have primary or (uniq | exception | error | cyclic, primary-key, unique, junction-table, relations |
| db or schema or tableName is undefined. | exception | error | missing-argument, db-connection, insert, config |
| The weights for the Weighted Random feature must add up to e | exception | error | weighted-random, weights, validation, probability |
| count exceeds max number of unique intervals(${maxUniqueInte | exception | error | unique, interval, count-limit, range-error, v2 |
| You can't generate ${count} unique strings, with a maximum s | exception | error | unique, string, string-length, count-limit, v2 |