mariadb
Here are 1,877 public repositories matching this topic...
-
Updated
Apr 19, 2021 - TypeScript
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.
Problem
I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.
When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.
I don't want to open my br
-
Updated
Apr 19, 2021 - Go
-
Updated
Apr 18, 2021 - Java
Is your feature request related to a problem? Please describe.
Sometimes is handy to have the NOT LIKE %...% operator added to the drop down.
Describe the solution you'd like
NOT LIKE %...% operator should be added to the drop down list of operators, in Table search.
Additional context
Right now:
 & Version: na
Database Vendor & Version: SQLite 3.34.0
Operating System Type & Version: windows 10
Description
CreateVie
-
Updated
Apr 19, 2021 - Python
model
[Table(Schema="Member", Name="Table")]
public partial class Table
{
[PrimaryKey, NotNull ] public int Id { get; set; } // integer
[Column, Nullable] public DateTime? Date { get; set; } // date
[Column, Nullable] public TimeSpan? Time { get; set; } // time without time zone
}error test
var query = (from x in db.Table
-
Updated
Apr 12, 2021 - Shell
-
Updated
Apr 19, 2021 - C#
-
Updated
Apr 19, 2021 - Python
-
Updated
Apr 13, 2021 - Shell
-
Updated
Apr 1, 2021 - Go
-
Updated
Apr 15, 2021 - C#
-
Updated
Apr 19, 2021 - PHP
-
Updated
Apr 16, 2021 - Go
-
Updated
Apr 17, 2021 - Go
Improve this page
Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."
Issue Description
While using model.bulkCreate, as we pass the options, an object which contains transaction, it comes modified after the execution
What are you doing?
We have called bulk