mariadb
Here are 1,658 public repositories matching this topic...
-
Updated
Oct 29, 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
Oct 28, 2020 - Java
-
Updated
Oct 28, 2020 - Go
Describe the bug
When a table is rendered in Safari on either iOS 14.1 or iPadOS 14.1 the header row with the column descriptors covers the first two rows of the table using the latest version of phpMyAdmin, 5.04. This does not occur with MacOS 10.15.7. Nor does it occur if phpMyAdmin is reverted to version 5.0.2.
To Reproduce
Steps to reproduce the behavior:
- Go to any databas
-
Updated
Oct 9, 2020 - PHP
We have Snowflake added as a new data source so, we need to include that in our documentation. This is the data sources doc. The Snowflake DS should be added the last in the list with a similar example as previous data sources examples.
Full Error:
thread 'main' panicked at 'can call blocking only when running on the multi-threaded runtime', /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/macros.rs:13:23
Minimal app:
use actix_web::{App, HttpServer};
use sqlx::sqlite::SqlitePool;
#[actix_web::main]
async fn main() -> std::io::Result<()> {
SqlitePool::connect("sqlite://foo").await.unwrap();
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
Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the MapValue attribute:
public enum Gender
{
[MapValue("M")] Male,
[MapValue("F")] Female,
[MapValue("U")] Unknown,
[MapValue("O")] Other,
}But I don't like this approach (see my longer explanation below). Thank you in
-
Updated
Oct 29, 2020 - Python
-
Updated
Oct 22, 2020 - Shell
Passwords are not getting saved at all. No entries in keychain for Sequel Ace.
Sequel Ace version 2.1.5
MacOs 10.15.5 (19F101)
MacBook Pro (15-inch, 2019)
Would appreciate any suggestions to help debug this
-
Updated
Oct 25, 2020 - C#
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 27, 2020 - C#
-
Updated
Oct 29, 2020 - PHP
-
Updated
Oct 22, 2020 - Shell
-
Updated
Oct 29, 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