Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Oct 7, 2019
1 parent 46181cd commit acd7025
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
===========

## 0.2.1

- **Enhancements**
- Infer the row count of a "calculator" SELECT statement as one
- Support boolean, null and float constants
- Support the CASE expression

- **Bug fixes**
- Treat qualified and unqualified column as equal if the column name
is the same
- Param is not replaced correctly if it's used more than once

## 0.2.0

- Enhance nullability infering with logical operators (`AND`, `OR`, `NOT`)
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": "sqltyper",
"version": "0.2.0",
"version": "0.2.1",
"description": "Typed SQL queries in PostgreSQL",
"main": "dist/index.js",
"repository": "https://github.com/akheron/sqltyper",
Expand Down

0 comments on commit acd7025

Please sign in to comment.