- add
updateComments()
function - update to version
^0.15.0
of node-orm npm update
(s)
- add
chunkSize
to IWithPostgresOptions interface
npm update
(s)- (bug-)fixes
- add
noTransactions
flag forPostgreSQLMigrationContext
based types - library requires at least Node 18 now
npm update
s
- add
noDbNull
setting to IWithPostgresConnection interface
- implement
createWithPostgres()
function, which creates a function, that opens known PostgreSQL connection and invoke an action for them
- update to version
^0.11.0
of node-orm npm update
s- (bug-)fixes
- code cleanups and improvements
- improve count() method
- update to version
^0.10.0
of node-orm - code cleanups and improvements
- BREAKING CHANGE: update to version
^0.9.0
of node-orm - library requires at least Node 16 now
- add
registerBigIntAsNumber()
function, which can help to fix issue, thatbigint
is returned asstring
instead ofnumber
npm update
s- add missing documentation
- code cleanups
- BREAKING CHANGE: (module property of IPostgreSQLMigration interface)[https://egomobile.github.io/node-orm-pg/interfaces/IPostgreSQLMigration.html#module] is now lazy loaded and read-only
- update to
@egomobile/orm^0.8.0
- apply new linter config
- library requires at least Node 14 now
npm update
s
- add queryAndMap()
- (bug-)fixes
- implement data transformation support for fields of PostgreSQL entities
- improve and fix debug messages in PostgreSQLMigrationContext
- add debugging
- update to
@egomobile/orm^0.5.0
- (bug-)fixes
- implement migration classes and helpers
- (bug-)fixes
- improve update() method
- (bug-)fixes
- BREAKING CHANGE: update to
@egomobile/orm^0.4.0
- initial release