Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data type fixes #1465

Merged
merged 6 commits into from
Dec 25, 2020
Merged

Data type fixes #1465

merged 6 commits into from
Dec 25, 2020

Conversation

sharadregoti
Copy link
Contributor

  1. Now you can specify tablename.columnname syntax in mongodb where clause. space cloud will remove the tablename prefix depending upon the collection being queried.
  2. In & not in operator now works with boolean data type
  3. Now we can use logical operators on datetime data type in mongodb
  4. Mysql will now use decimal data type for float you can specify the precision & scale in the schema
  5. Fixed DateTime data type in mysql not storing milli/nano seconds.
  6. Fixed Time data type not storing mill/nano seconds

sharadregoti and others added 3 commits December 24, 2020 23:42
1) Now you can specify tablename.columnname syntax in mongodb where clause. space cloud will remove the tablename prefix depending upon the collection being queried.
2) In & not in operator now works with boolean data type
3) Now we can use logical operators on datetime data type in mongodb
4) Mysql will now use decimal data type for float you can specify the precision & scale in the schema
5) Fixed DateTime data type in mysql not storing milli/nano seconds.
6) Fixed Time data type not storing mill/nano seconds
gateway/model/schema_type.go Outdated Show resolved Hide resolved
gateway/modules/crud/mgo/helpers_test.go Outdated Show resolved Hide resolved
gateway/modules/crud/mgo/read.go Show resolved Hide resolved
@YourTechBud YourTechBud merged commit c3d7915 into v0.21.0 Dec 25, 2020
@YourTechBud YourTechBud deleted the ce-data-type-fixes branch December 25, 2020 14:56
@YourTechBud YourTechBud added this to the v0.21.0 milestone Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants