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 96452b7 commit 2ec57daCopy full SHA for 2ec57da
lib/CellBIS/SQL/Abstract.pm
@@ -7,7 +7,7 @@ use CellBIS::SQL::Abstract::Util;
7
use CellBIS::SQL::Abstract::Table;
8
9
# ABSTRACT: SQL Query Generator
10
-our $VERSION = '1.0';
+our $VERSION = '1.1';
11
12
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
13
has 'db_type';
0 commit comments