0.7.1 • Published 4 years ago
@typed-query-builder/sql-pgsql v0.7.1
@typed-query-builder/sql-pgsql
See typed-query-builder README for more details.
Features: functions, operations, clauses, data types, etc.
The following query builder features are non-natively supported through this library:
MEDIUMINT,TINYINT,BITgeometric data typesregexGet, iif, dateAdd, dateDiff, timestampToSeconds, datesOverlap, timestampsOverlapfunctionsboolAnd, boolOr, countIfaggregate functions
The following query builder features are added to support more PostgreSQL functionality.
SERIAL,SMALLSERIAL,BIGSERIALdata typesminScale, scale, trimScale, widthBudget, bitLength, toHex, octetLength, sha256, sha512, encode, decode, agefunctions.
The following query builder features are not supported on SQL Server:
UNSIGNEDdata typesNAMEDparametersgeomPoint, geomPointX, geomPointYgeometric functionsvarianceaggregate function