Skip to content

Releases: CellBIS/CellBIS-SQL-Abstract

CellBIS::SQL::Abstract version 1.5

08 Apr 21:34
Compare
Choose a tag to compare
  • fix missing Mojo::SQLite in Makefile.PL

CellBIS::SQL::Abstract version 1.4

08 Apr 17:07
Compare
Choose a tag to compare
  • fix missing backend Mojo::SQLite #4 - @eserte

CellBIS::SQL::Abstract version 1.3

27 Jan 23:47
Compare
Choose a tag to compare
  • fix error if create table with foreign key
  • support create table PostgreSQL
  • fix error if use sql function.
  • Add method insert_bulk
  • Add testing instrument in actual DBMS transactions.

CellBIS::SQL::Abstract version 1.2

20 Aug 20:55
Compare
Choose a tag to compare
  • Allow generate SQL Query insert with empty value.
  • fixed bug "if operator" in "CellBIS::SQL::Abstract::Table"
    on sub "create_colAttr"

CellBIS::SQL::Abstract version 1.1

16 Aug 20:52
Compare
Choose a tag to compare

Upgrade the update method to Abstrak.pm
to support the use of arguments with datatype hashref for columns and values

CellBIS::SQL::Abstract version 1.0

16 Aug 16:23
Compare
Choose a tag to compare

Fixed part of query generator to support SQL datetime format

CellBIS::SQL::Abstract version 0.9

15 Aug 11:47
Compare
Choose a tag to compare

Update unit testing - select-join.t & select.t

  • add testing for ASC (ascending) || DESC (descending)
  • add testing for LIMIT without "orderby"
  • add testing for LIMIT without "order" and "orderby"

CellBIS::SQL::Abstract version 0.8

19 Jul 21:57
Compare
Choose a tag to compare

To support create table SQLite

CellBIS::SQL::Abstract version 0.7

15 Jul 13:13
Compare
Choose a tag to compare

CellBIS::SQL::Abstract version 0.6

15 Jul 10:44
Compare
Choose a tag to compare
  • Added method create_table
  • Fixed bugs query
  • Fixed Documentation
  • Update README.md