Skip to content

Commit

Permalink
Merge pull request #133 from itsumura-h/feature/single_row_option_type
Browse files Browse the repository at this point in the history
Feature/single row option type
  • Loading branch information
itsumura-h authored Feb 6, 2021
2 parents 0e854d4 + fd524e4 commit 2558302
Show file tree
Hide file tree
Showing 12 changed files with 204 additions and 159 deletions.
2 changes: 1 addition & 1 deletion allographer.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.14.0"
version = "0.15.0"
author = "Hidenobu Itsumura @dumblepytech1 as 'medy'"
description = "A Nim query builder library inspired by Laravel/PHP and Orator/Python"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/allographer/connection.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const
when DRIVER == "sqlite":
import db_sqlite
export db_sqlite
import sqlite3 except close
# import sqlite3 except close

when DRIVER == "postgres":
import ./async/asyncpg
Expand Down
Loading

0 comments on commit 2558302

Please sign in to comment.