Skip to content

Releases: alfateam/orange-orm

v3.5.0

23 Jan 19:04
Compare
Choose a tag to compare

Now supporting Oracle

v3.4.0

17 Jan 12:47
Compare
Choose a tag to compare

Allow multiple result sets for sap and mssql

v3.3.0

20 Dec 15:51
Compare
Choose a tag to compare

Possible to apply updates from JSON object. See #70.

v3.2.9

06 Dec 14:11
Compare
Choose a tag to compare

Transaction was ignored. See #68.
Proxify method had incorrect type signature. See #69.

v3.2.8

20 Nov 13:00
Compare
Choose a tag to compare

Signature for fetchingStrategy should accept boolean as well object (code generation only). See #67.

v3.2.7

09 Nov 08:18
Compare
Choose a tag to compare

What's Changed

  • Insert skip on conflict bug by @lroal in #66

Full Changelog: v3.2.6...v3.2.7

v3.2.6

05 Nov 09:22
Compare
Choose a tag to compare

Hide metadata types from intellisense on insert().

v3.2.5

02 Nov 13:14
Compare
Choose a tag to compare

Fix typescript signature for insert overload. See #62.

v3.2.4

19 Oct 11:35
Compare
Choose a tag to compare

Bugfix: array of filters. See #56 and #57.

v3.2.3

10 Oct 07:39
90d69fb
Compare
Choose a tag to compare

Conflict resolution on insert. See #42 and Inserting rows.