File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,26 @@ Revision history for perl distribution CellBIS-SQL-Abstract
22
33{{$NEXT}}
44
5+ 0.7 2018-07-15 21:09:29+08:00 Asia/Makassar
6+ - Fixes POD
57
680.6 2018-07-15 18:42:25+08:00 Asia/Makassar
79 - Added method create_table
8- - Fixed bugs query
9- - Fixed Documentation
10+ - Fixes bugs query
11+ - Fixes Documentation
1012 - Update README.md
1113
12140.5 2018-07-07 10:05:29+08:00 Asia/Makassar
1315 Abstract.pm - Remove "say" on subroutine "select"
1416
15170.4 2018-07-07 09:13:36+08:00 Asia/Makassar
16- Fixed bugs on "select" method and update "02-select.t"
18+ Fixes bugs on "select" method and update "02-select.t"
1719
18200.3 2018-07-06 10:29:32+08:00 Asia/Makassar
19- - Fixed bug dependency
21+ - Fixes bug dependency
2022
21230.2 2018-07-06 08:28:04+08:00 Asia/Makassar
22- - Fixed bugs for Perl 5.10.1
24+ - Fixes bugs for Perl 5.10.1
2325 - Add unit test file for "select-join", "insert", "update" and "delete"
2426
25270.1 2018-07-05 22:09:15+08:00 Asia/Makassar
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use CellBIS::SQL::Abstract::Util;
77use CellBIS::SQL::Abstract::Table;
88
99# ABSTRACT: SQL Query Generator
10- our $VERSION = ' 0.6 ' ;
10+ our $VERSION = ' 0.7 ' ;
1111
1212has ' QueryUtil' => sub { state $qu = CellBIS::SQL::Abstract::Util-> new };
1313
You can’t perform that action at this time.
0 commit comments