1.7.0
Changes:
- Implement
isTransactionActive
method at the connection object that allows to know if there is an active open transaction in ts-sql-query - Allows to use objects with the values in an insert or update that contains additional properties not precent in the table that will be ignored. This change makes the behaviour coherent with TypeScript compiler.
Bug fixes:
- Fix transaction management when a ts-sql-connection connection from a pool is reused, started a transaction, but no query is executed.
- Fix select result on non-strict mode, making the best approximation to have an usable result (but loosing the optional property information)