mariadb
Here are 1,917 public repositories matching this topic...
-
Updated
May 18, 2021 - TypeScript
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
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
-
Updated
May 17, 2021 - Go
-
Updated
May 17, 2021 - Java
Running a query on a Postgres DB table with a field of MONEY type gives the following error with the query_as! macro. This happens despite the fact that the related field in the Struct field is set as "PgMoney" documented in https://docs.rs/sqlx/0.5.2/sqlx/postgres/types/struct.PgMoney.html.
unsupported type MONEY of column #5 ("paymentamount")
Am I missing something here?
-
Updated
May 18, 2021 - Python
-
Updated
May 18, 2021 - PHP
Environment
Liquibase Version:
- org.liquibase:liquibase-maven-plugin:4.0.0
- I also tried the last one
Liquibase Integration & Version:
- Maven
- Spring
Liquibase Extension(s) & Version:
- Hibernate : `<hibernate.version>5.4.31.Fin
-
Updated
May 18, 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 26, 2021 - Shell
-
Updated
May 16, 2021 - C#
-
Updated
May 18, 2021 - Python
-
Updated
May 8, 2021 - Shell
-
Updated
May 15, 2021 - Go
-
Updated
May 14, 2021 - C#
-
Updated
May 17, 2021 - Go
-
Updated
May 18, 2021 - PHP
-
Updated
May 3, 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