Skip to content

Commit

Permalink
Release ts-sql-query 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluispaz committed Oct 7, 2021
1 parent 66ebf39 commit 79259c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## v1.19.0 (6 Sep 2021)

**Changes**:

- Add support to numeric date/time in Sqlite that is expressed as bigint in JavaScript by the database connector (By example, using `defaultSafeIntegers` option in BetterSqlite3)

**Bug fixes**:

- Fix typo in Sqlite `treatUnexpectedStringDateTimeAsUTC` connection option (wrongly named: `treatUxepectedStringDateTimeAsUTC`)
- Fix typo in Sqlite `unexpectedUnixDateTimeAreMilliseconds` connection option (wrongly named: `uxepectedUnixDateTimeAreMilliseconds`)

## v1.18.0 (6 Sep 2021)

**Changes**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sql-query",
"version": "1.18.0",
"version": "1.19.0",
"description": "Type-safe SQL query builder like QueryDSL or JOOQ in Java or Linq in .Net for TypeScript with MariaDB, MySql, Oracle, PostgreSql, Sqlite and SqlServer support.",
"license": "MIT",
"author": "juanluispaz",
Expand Down

0 comments on commit 79259c4

Please sign in to comment.