Skip to content

Releases: Kros-sk/Kros.KORM

Kros.KORM 4.3.2 📦

20 Oct 11:10
a320f1c
Compare
Choose a tag to compare

Changes

  • Execute with temp table extension with object definition. @JanoSlivka (#86)

Kros.KORM 4.3.1 📦

27 Sep 06:49
779bc62
Compare
Choose a tag to compare

Changes

  • Fixed inserting data with delimiters @Burgyn (#85)

Kros.KORM 4.3.0 📦

23 Jun 07:56
2b6b73f
Compare
Choose a tag to compare

Changes

  • Added execute with temp table extension for IDatabase. @misho048 (#84)

Kros.KORM 4.2.0 📦

14 Jun 14:28
6dd0d75
Compare
Choose a tag to compare

Changes

  • Reserved words as names for columns or table (#82)

Kros.KORM 4.1.2 📦

09 Jun 05:45
99300a0
Compare
Choose a tag to compare

Changes

  • Support custom columns in condition in UPSERT command. @ondrix (#83)

Kros.KORM 4.1.1 📦

04 May 10:53
bd15066
Compare
Choose a tag to compare

Changes

Kros.KORM 4.1.0 📦

21 Apr 15:45
feffdea
Compare
Choose a tag to compare

Changes

  • Use OUTPUT INTO in INSERT commmand to support triggers. @ML13 (#77)

Kros.KORM 4.0.1 📦

16 Apr 11:08
f6ad582
Compare
Choose a tag to compare

Changes

Kros.KORM 4.0.0 📦

14 Apr 12:49
d1ac2b1
Compare
Choose a tag to compare

New features

Kros.KORM 4.0.0-alpha.22 📦

08 Mar 07:07
1b95fdf
Compare
Choose a tag to compare

Changes

  • Propagate command timeout from top transaction to nested transaction (@JanoSlivka, #70)