-
How can I use this bundle with MongoDB ?
-
### Problem description
The default value of $PATH in my Termux shell is
```console
$ echo $PATH | tr : '\n'
/usr/games
/usr/local/sbin
/usr/local/bin
/usr/sbin
/sbin
/data/data/com.termux/…
-
After I run ns-process-data odm, the transforms.json file has the cameras pointed in the opposite direction. The angles and positions all look fine, but the actual direction (if rotated around the ver…
-
CREATE TABLE IF NOT EXISTS _new_matchup_ps_stats (
archetype_id INT NOT NULL,
opponent_archetype_id INT NOT NULL,
person_id INT NOT NULL,
season…
-
CREATE TABLE IF NOT EXISTS _new_matchup_stats (
archetype_id INT NOT NULL,
opponent_archetype_id INT NOT NULL,
season_id INT NOT NULL,
wins INT …
-
@yulric, I think we should remove the error-report assets (used in unit-tests) since they make it very difficult to change the error-messages, etc. I don't think we need this redundancy? The unit-test…
-
### Bug Description
unclear if this is an error in the ODM definition, or if the code is supposed to handle this primary-key exception, or if this is user error.
error msg: `sets(setID, 4,5): […
-
I have to build Web app using Spiral framework with mongoDB.
Is MongoDB ODM engine provided in the latest version of spiral framework or not?(v3.11)
As my hearing, this feature don't support in the …
-
**Describe the bug**
I receive data with all field names following camel case and I need this data immediately inserted into the database, without any additional processing. But I prefer to keep all …
-
lindsey[CodePlex] I would like to edit data using ODM Tools; however, I have already made some edits by hand that cannot be made inside of ODM Tools. ODM Tools will only let me derive a new data serie…