mariadb
Here are 1,601 public repositories matching this topic...
-
Updated
Sep 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
Sep 29, 2020 - Java
I often use phpmyadmin for editing SQL tables. When clicking on a cell to edit it, I have recently started getting a popup with a checkbox for "NULL" and "Press escape to cancel editing". Not all the tables in the same db have this behavior. It is possible that I changed something in the structure of the table that is causing this. I have attempted to fix it by changing the structure with reg
-
Updated
Sep 24, 2020 - PHP
-
Updated
Sep 29, 2020 - Python
The PgConnectOptions uri parser currently supports only 4 keys: "sslmode", "sslrootcert", "statement-cache-capacity", and "host"
The Postgres connection uri spec notes that there are many more,
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
It's hacky because of a leaky abstraction: marking a property by an attribute to specify it as a column - is an implementation detail and it's quite low-level. If we need to say 'this property is a column' in a generic way - there must be a higher-level entity/API of doing so (without using attributes).
Think it the other way - IMetadataReader returns an attribute which is really not there (not o
-
Updated
Aug 26, 2020 - Shell
-
Updated
Sep 29, 2020 - Python
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
Sep 28, 2020 - Python
-
Updated
Sep 26, 2020 - C#
-
Updated
Sep 29, 2020 - Shell
-
Updated
Sep 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,
-
Updated
Sep 27, 2020 - Roff
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