orange-orm 3.10.3 → 3.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/changelog.md CHANGED
@@ -1,13 +1,15 @@
1
1
  ## Changelog
2
- __3.10.3_
2
+ __3.10.4__
3
+ Bugfix: "Changed by Other User" Error Triggered by Precision Mismatch in Numeric Column. See [#120](https://github.com/alfateam/orange-orm/issues/120)
4
+ __3.10.3__
3
5
  Fix duplicate method signatures for those still using code generation
4
- __3.10.2_
6
+ __3.10.2__
5
7
  Orange ORM was renamed from rdb. New installation url: [npmjs.org/package/orange-orm](https://npmjs.org/package/orange-orm) . Old url was npmjs.org/package/rdb
6
- __3.10.1_
8
+ __3.10.1__
7
9
  Bugfix: Adding hasOne row to existing parent throws. See [#86](https://github.com/alfateam/orange-orm/issues/86)
8
- __3.10.0_
10
+ __3.10.0__
9
11
  Aggregate functions
10
- __3.9.1_
12
+ __3.9.1__
11
13
  Bugfix: Crashing on many relations if foreign key column is omitted in strategy. See [#83](https://github.com/alfateam/orange-orm/issues/83)
12
14
  __3.9.0__
13
15
  Possible to elevate associated column on a related table to a parent table when fetching. See https://github.com/alfateam/orange-orm/#user-content-aggregate-results
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orange-orm",
3
- "version": "3.10.3",
3
+ "version": "3.10.4",
4
4
  "main": "./src/index.js",
5
5
  "browser": "./src/client/index.mjs",
6
6
  "bin": {