Skip to content

Releases: EFTEC/PdoOne

1.28

06 Apr 22:23
Compare
Choose a tag to compare
  • 1.28 2020-04-06
    • method toMeta() now allows arguments.
    • The library now has a cli interface and a generation of code
    • new method isCli()
    • new method cliEngine()
    • new method getParameterCli() protected
    • new method removeTrailSlash() protected
    • new method fixCsv() protected
    • new method generateCodeSelect() protected
    • new method generateCodeArray() protected
    • new method generateCodeClass() protected

1.24.1

26 Mar 18:04
Compare
Choose a tag to compare

same than 1.24

1.24

26 Mar 15:54
Compare
Choose a tag to compare
  • 1.24 2020-03-26
    • builderReset() is now public

1.23.1

11 Mar 00:02
Compare
Choose a tag to compare
  • 1.23.1 2020-03-10
    • Fixed a problem with the cache

1.23

10 Mar 22:01
Compare
Choose a tag to compare
  • 1.23 2020-03-10
    • method toMeta()

1.22

08 Feb 11:51
Compare
Choose a tag to compare

See readme.md

1.21

08 Feb 01:02
Compare
Choose a tag to compare

1.21 cache features.

1.20

26 Jan 01:29
Compare
Choose a tag to compare

1.20 2020-jan-25
* Many cleanups.
* update() and delete() now allows to set the query.
* new method addDelimiter() to add delimiters to the query (i.e. 'table' for mysql and [table] for sql server)

1.19

15 Jan 13:32
Compare
Choose a tag to compare

1.19 2020-jan-15
* getSequence() now has a new argument (name of the sequence, optional)
* createSequence() has a new argument (type of sequence) and it allows to create a sequential sequence.
* objectexist() now is public and it allows to works with functions
* Bug fixed: objectExist() now works correctly (used by tableExist())
* new DDL methods drop(), dropTable() and truncate()

1.16

14 Jan 18:14
Compare
Choose a tag to compare

1.16 2020-jan-14
* new method toListKeyValue()