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 3f9eaed commit 421fd9cCopy full SHA for 421fd9c
lib/CellBIS/SQL/Abstract.pm
@@ -8,7 +8,7 @@ use CellBIS::SQL::Abstract::Util;
8
use CellBIS::SQL::Abstract::Table;
9
10
# ABSTRACT: SQL Query Generator
11
-our $VERSION = '1.3';
+our $VERSION = '1.4';
12
13
has 'QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util->new };
14
has 'db_type' => 'mariadb';
0 commit comments