orm
Here are 2,706 public repositories matching this topic...
Issue type:
[x] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
-
Updated
Jul 17, 2020 - Go
-
Updated
Jul 17, 2020 - Scala
I am running a sample test in SqlServer where it is using ToString() on a string column (COL2) in the LINQ.
The test is giving following error when trying to generate SELECT query from the LINQ.
**Unhandled exception. System.InvalidOperationException: The LINQ expression 'DbSet
.Where(t => t.COL2.ToString().Contains(__url_0))' could
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 17, 2020 - PHP
-
Updated
Mar 30, 2020 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Jul 14, 2020 - JavaScript
Given that we support CURRENT_TIMESTAMP, the lack of CURRENT_DATE feels like an omission. While you can hack it with date(now), I keep finding myself wishing there was a direct way to reference this. Given that now means CURRENT_TIMESTAMP, I think there's precedent for today meaning CURRENT_DATE. This is supported by all backends we support (and is in the ISO standard I believe).
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 17, 2020 - TSQL
-
Updated
Jul 15, 2020 - Rust
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 23, 2020 - Ruby
-
Updated
Jun 19, 2020 - Go
Improve this page
Add a description, image, and links to the orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orm topic, visit your repo's landing page and select "manage topics."
Issue Description
What was unclear/insufficient/not covered in the documentation
How to update and increment in one single query
If possible: Provide some suggestion on how we can enhance the docs
Add this to the docs.
Additional context
#7268
Issue Template Checklist