Skip to content

Releases: EFTEC/PdoOne

3.10

30 Jul 14:42
Compare
Choose a tag to compare
  • 3.10 2022-07-30
    • [CLI] update CLI to 1.5.

3.9

23 Jul 21:43
Compare
Choose a tag to compare
3.9
  • 3.9 2022-07-23
    • [ORM] [CLI] Now, you can savely edit some part of the code generated under the comment blocks marked as "EDIT".

3.8.1

23 Jul 15:22
Compare
Choose a tag to compare
  • 3.8.1 2022-07-23
    • [ORM] fixed another problem with where() when the filter use a named parameter.
    • [CLI] Exit option exists instantly. And create does not exit.

3.8

22 Jul 22:16
Compare
Choose a tag to compare
3.8
  • 3.8 2022-07-22
    • [ORM] fixed a problem when where is used and more than two columns (different tables) use the same name of the column.

3.7

16 Jul 14:03
Compare
Choose a tag to compare
3.7
  • 3.7 2022-07-16
    • [ORM] fixed a problem with first
    • [ORM] fixed a problem with insert and conversion of columns
    • _BasePdoOne update to binary version 11. It will require regeneration of repository classes.

3.6

07 Jul 22:41
Compare
Choose a tag to compare
3.6
  • 3.6 2022-07-07
    • [CLI] update CLI to 1.1

3.5

06 Jul 22:54
Compare
Choose a tag to compare
3.5
  • 3.5 2022-07-06
    • [ORM] fixed recursive when "query", "insert","update" and "delete". Now recursive work with aliases.
    • _BasePdoOne update to binary version BINARYVERSION. It will require regeneration of repository classes.

3.3

27 Jun 21:14
Compare
Choose a tag to compare
3.3
  • 3.3 2022-06-27
    • [CLI] updated CLI to 1.0

3.2

27 Jun 14:47
Compare
Choose a tag to compare
3.2
  • 3.2 2022-06-27
    • [CLI] updated CLI to 0.14

3.1.6

25 Jun 01:39
Compare
Choose a tag to compare
  • 3.1.6 2022-06-024
    • [CLI] solved a problem with the conversion per type of column
    • [_BasePdoOneRepo] Fixed a problem with the conversion of the end results.