File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Revision history for perl distribution CellBIS-SQL-Abstract
22
33{{$NEXT}}
44
5+ 1.4 2021-04-09 01:02:00+08:00 Asia/Makassar
6+ - fix missing Mojo::SQLite #4 - eserte
7+
581.3 2021-01-28 07:44:33+08:00 Asia/Makassar
69 - fix error if create table with foreign key
710 - support create table PostgreSQL
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
2424 " Mojolicious" => 0,
2525 " Scalar::Util" => 0
2626 },
27- " VERSION" => " 1.3 " ,
27+ " VERSION" => " 1.5 " ,
2828 " test" => {
2929 " TESTS" => " t/*.t t/02-query/*.t t/03-additional/mysql/*.t t/03-additional/sqlite/*.t"
3030 }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ or [DBI](https://metacpan.org/pod/DBI).
1010## How to Install :
1111From Source :
1212``` bash
13- git clone -b v1.
3 [email protected] :CellBIS/CellBIS-SQL-Abstract.git
13+ git clone -b v1.
4 [email protected] :CellBIS/CellBIS-SQL-Abstract.git
1414perl Makefile.PL
1515make && make test
1616make install && make clean
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use CellBIS::SQL::Abstract::Util;
88use CellBIS::SQL::Abstract::Table;
99
1010# ABSTRACT: SQL Query Generator
11- our $VERSION = ' 1.4 ' ;
11+ our $VERSION = ' 1.5 ' ;
1212
1313has ' QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util-> new };
1414has ' db_type' => ' mariadb' ;
You can’t perform that action at this time.
0 commit comments