qlcodes 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/qlCodes.json +1 -1
- package/package.json +13 -5
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The module is built from authoritative vendor documentation (IBM, PostgreSQL, Or
|
|
|
9
9
|
The project aims to cover sql states for most of RDBMS [drivers supported by **Typeorm** such as Google Spanner](https://typeorm.io/docs/drivers/google-spanner).
|
|
10
10
|
Find bellow the actual coverage:
|
|
11
11
|
|
|
12
|
-
🕓 MySQL | ✅ MariaDB | ✅ PostgreSQL |
|
|
12
|
+
🕓 MySQL | ✅ MariaDB | ✅ PostgreSQL | ✅ CockroachDB (Postgres-compatible)
|
|
13
13
|
🕓 Microsoft SQL Server | ✅ Oracle | 🕓 SQLite | ✅ SAP HANA | ✅ Google Spanner | ✅ IBM*
|
|
14
14
|
>( \* ) IBM defines and publishes SQLSTATE codes as part of the SQL standard, so their The codes should covere IBM products such as DB2, IBM Informix, IBM Netezza, IBM i (AS/400) .
|
|
15
15
|
|