mariadb
Here are 1,783 public repositories matching this topic...
-
Updated
Feb 9, 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:
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
Feb 10, 2021 - Go
-
Updated
Feb 8, 2021 - Java
5.1.0-rc1
Vertical alignment of the table names seems off.
Same for the sum values of rows, size and overhead. Font size of these seems off too.
I'm using postgresql, sqlx="0.4.0-beta.1".
My struct is like:
#[derive(Serialize, Deserialize, Debug, PartialEq, FromRow)]
pub struct Struct1 {
pub a1: i16,
pub a2: String,
pub a3: Option<String>,
pub a4: Option<serde_json::Value>,
pub a5: serde_json::Value,
pub a6: Option<String>,
pub a7: Option<serde_json::Value>,
pub a8: Option<f32>,
pub a9:
-
Updated
Feb 4, 2021 - PHP
-
Updated
Feb 9, 2021 - Python
Environment
Liquibase Version: 3.8.0, 4.1.1
Liquibase Integration & Version: CLI
Database Vendor & Version: Postgress
Operating System Type & Version: Linux
Description
The Liquibase CLI has the "validate" command to check is a changelog
-
Updated
Feb 10, 2021 - Python
seems there is a bug in DB2LUWSchemaProvider class, when loading columns of table, it didn't trim the tailing space of the schema name, causes linq query didn't return any column.
the problem is in the GetColumns method here:
var tableId = dataConnection.Connection.Database + "." + rd.GetString(0) + "." + rd.GetString(1);and it should be:
var tableId = dataConnect-
Updated
Jan 27, 2021 - Shell
-
Updated
Feb 10, 2021 - C#
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 10, 2021 - Shell
-
Updated
Feb 7, 2021 - C#
-
Updated
Feb 10, 2021 - PHP
-
Updated
Feb 6, 2021 - Go
-
Updated
Feb 10, 2021 - Go
-
Updated
Feb 9, 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