mariadb
Here are 1,679 public repositories matching this topic...
-
Updated
Nov 15, 2020 - 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
Nov 11, 2020 - Java
-
Updated
Nov 14, 2020 - Go
Steps to reproduce
Steps to reproduce the behavior:
- Go to
Edit privilegespage of any user - Hover mouse over
REFERENCESpriviledge - See wrong message - at least MySQL 8 supports
REFERENCESpriviledge (without this permission, foreign keys can not be created, thus very misleading)
Expected behavior
Message is shown only for databases that really does NOT support `RE
-
Updated
Nov 14, 2020 - PHP
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:
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
Nov 14, 2020 - Python
I have the following setup
[Table(Name = "Customer")]
public partial class Customer
{
[PrimaryKey, Identity]
[Column(Name = "CustomerId"), NotNull]
public int CustomerId { get; set; }
[Column(Name = "Street", MemberName = ".Street"), Column(Name = "City", MemberName = ".City")]
public Adress Adress { get; set; }
}
public class Adress
{
public string-
Updated
Nov 11, 2020 - Shell
-
Updated
Nov 14, 2020 - C#
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 14, 2020 - C#
-
Updated
Nov 14, 2020 - Shell
-
Updated
Nov 15, 2020 - PHP
-
Updated
Nov 13, 2020 - Go
-
Updated
Sep 24, 2017 - Go
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
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