mariadb
Here are 1,728 public repositories matching this topic...
-
Updated
Jan 2, 2021 - TypeScript
Issue description
Go 1.15 will introduce a new Validator
interface, which may be implemented by Conn
to allow drivers to signal if a connection is valid or if it should be discarded:
-
Updated
Dec 22, 2020 - Java
-
Updated
Jan 3, 2021 - Go
In my experience, far and away the primary reason to use DatabaseError::downcast_ref()
is to check the constraint name. It would be nice not to have to downcast, though:
https://github.com/launchbadge/sqlx/blob/master/sqlx-core/src/error.rs#L146
pub trait DatabaseError: ... {
// existing methods omitted
/// Returns the name of the constraint that triggered the error, if
-
Updated
Jan 3, 2021 - PHP
Recently, we did a lot of new changes around our documentation and had a lot of new contributions. We need new users to visit our docs and help us to fix/find broken links, typos, or any general improvements/ideas to the MindsDB documentation..
Environment
Liquibase Version: 4.0.0
Liquibase Integration & Version: spring boot 2.3.2
Liquibase Extension(s) & Version:
Database Vendor & Version: MySql 8.0.15
Operating System Type & Version: Ubuntu 18.04.3
Description
Fail when t
-
Updated
Jan 4, 2021 - Python
Hi guys,
I have a small question regarding the way Linq2Db treats ambient transactions (TransactionScope).
In the example (see below), if the first query runs before an instance of transaction scope is created, then the ambient transaction will be ignored. However, if the first query runs after the transaction scope is created, then the transaction will be respected.
This behavior looks m
-
Updated
Dec 14, 2020 - Shell
-
Updated
Dec 31, 2020 - C#
-
Updated
Dec 30, 2020 - Python
-
Updated
Jan 3, 2021 - Shell
-
Updated
Jan 1, 2021 - C#
-
Updated
Jan 4, 2021 - PHP
-
Updated
Jan 3, 2021 - Go
-
Updated
Dec 29, 2020 - 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