Socket
Socket
Sign inDemoInstall

typeorm-with-better-sqlite3

Package Overview
Dependencies
74
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

0.2.27

Diff

Changelog

Source

0.2.27 (2020-09-29)

Bug Fixes

  • add dummy for FileLogger, ConnectionOptionsReaders, and update gulpfile (#6763) (180fbd4)
  • backport FindOperator return types (#6717) (2b37808)
  • coerce port to number in ConnectionOptionsEnvReader (#6786) (55fbb69), closes #6781
  • count() method for multiple primary keys for cockroachdb (#6745) (dfe8259)
  • enforce name argument of migration generate command (#2719) (#6690) (dfcb2db), closes #4798 #4805 #4798 #4805
  • ensure browser builds don't include any non-browser modules (#6743) (c714867), closes #6739
  • hdb-pool is not namespaced under @sap (#6700) (9583430), closes #6697
  • migration:generate issue with onUpdate using mariadb 10.4 (#6714) (6e28322)
  • prevent multiple release listeners in PostgresQueryRunner (#6708) (208cf6b), closes #6699
  • prevent wrong returned entity in ReturningResultsEntityUpdator (#6440) (c1c8e88)
  • resolve issues ora-00972:identifier is too long (#6751) (b55a417), closes #5067 #5067
  • sql.js v1.2+ don't support undefined parameters (#6698) (ea59b8d), closes #5720

Features

  • add option to pass postgres server notices to client logger (#6215) (5084e47), closes #2216
  • backport SQLite Busy handler & WAL mode enable (#6588) (7a52f18)
  • Beautify generated SQL for migrations (#6685) (370442c), closes #4415
  • create EntityTarget and use instead of EntitySchema / ObjectType / etc (#6701) (8b68f40)

Reverts

  • Revert "fix: properly override database url properties (#6247)" (#6802) (45b980c), closes #6247 #6802
jackple
published 0.2.26 •

Changelog

Source

0.2.26 (2020-09-10)

Bug Fixes

Features

jackple
published 0.2.25 •

Changelog

Source

0.2.25 (2020-05-19)

Bug Fixes

  • 'in' clause case for ORACLE (#5345) (8977365)
  • calling EntityManager.insert() with an empty array of entities (#5745) (f8c52f3), closes #5734 #5734 #5734
  • columns with transformer should be normalized for update (#5700) (4ef6b65), closes #2703
  • escape column comment in mysql driver (#6056) (5fc802d)
  • expo sqlite driver disconnect() (#6027) (61d59ca)
  • HANA - SSL options, column delta detection mechanism (#5938) (2fd0a8a)
  • handle URL objects as column field values (#5771) (50a0641), closes #5762 #5762
  • insert and update query builder to handle mssql geometry column correctly (#5947) (87cc6f4)
  • migrations being generated for FK even if there are no changes (#5869) (416e419)
  • multiple assignments to same column on UPDATE #2651 (#5598) (334e17e)
  • prevent TypeError when calling bind function with sql.js 1.2.X (#5789) (c6cbddc)
  • prototype pollution issue (#6096) (db9d0fa)
  • provide a default empty array for parameters. (#5677) (9e8a8cf)
  • redundant undefined parameters are not generated in migration files anymore (#5690) (d5cde49)
  • replacing instanceof Array checks to Array.isArray because instanceof Array seems to be problematic on some platforms (#5606) (b99b4ad)
  • respect database from connection urls (#5640) (ed75d59), closes #2096
  • sha.js import (#5728) (8c3f48a)
  • Unknown fields are stripped from WHERE clause (issue #3416) (#5603) (215f106)
  • update dependency mkdirp to 1.x (#5748) (edeb561)
  • update Entity decorator return type to ClassDecorator (#5776) (7d8a1ca)
  • use an empty string enum as the type of a primary key column (#6063) (8e0d817), closes #3874
  • use correct typings for the result of getUpsertedIds() (#5878) (2ab88c2)
  • wrong table name parameter when not using default schema (#5801) (327144a)

Features

  • add FOR NO KEY UPDATE lock mode for postgresql (#5971) (360122f)
  • add name option to view column (#5962) (3cfcc50), closes #5708
  • Add soft remove and recover methods to entity (#5854) (9d2b8e0)
  • added support for NOWAIT & SKIP LOCKED in Postgres (#5927) (2c90e1c)
  • Aurora Data API - Postgres Support (#5651) (e584297)
  • aurora Data API - Support for AWS configuration options through aurora driver (#5754) (1829f96)
  • create-column, update-column, version-column column kinds now support user specified values (#5867) (5a2eb30), closes #3271
  • names of extra columns for specific tree types moved to NamingStrategy (#5737) (ec3be41)
  • PG allow providing a function for password (#5673) (265d1ae)
  • update cli migration up and down from any to void (#5630) (76e165d)
  • UpdateResult returns affected rows in mysql (#5628) (17f2fff), closes #1308

Performance Improvements

  • An optimized version of EntityMetadata#compareIds() for the common case (#5419) (a9bdb37)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc