Skip to content

Commit

Permalink
Add NOT_NULL rendering support (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Sep 25, 2022
1 parent 3cef25b commit 89d89d2
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 133 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: CON_STRING=$TEST_DATABASE_URL cargo test
- run: cargo build --release
- run: ./target/release/sqlant $TEST_DATABASE_URL
- run: ./target/release/sqlant $TEST_DATABASE_URL --nn
resource_class: small


Expand Down
Loading

0 comments on commit 89d89d2

Please sign in to comment.