We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0def96d commit 5540c8eCopy full SHA for 5540c8e
Changes
@@ -2,6 +2,9 @@ Revision history for perl distribution CellBIS-SQL-Abstract
2
3
{{$NEXT}}
4
5
+0.8 2018-07-20 05:54:31+08:00 Asia/Makassar
6
+ To support create table SQLite
7
+
8
0.7 2018-07-15 21:09:29+08:00 Asia/Makassar
9
- Fixes POD
10
lib/CellBIS/SQL/Abstract.pm
@@ -7,7 +7,7 @@ use CellBIS::SQL::Abstract::Util;
use CellBIS::SQL::Abstract::Table;
# ABSTRACT: SQL Query Generator
-our $VERSION = '0.7';
+our $VERSION = '0.8';
11
12
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
13
has 'db_type';
0 commit comments