mariadb
Here are 1,708 public repositories matching this topic...
-
Updated
Dec 16, 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
Dec 16, 2020 - Java
-
Updated
Dec 16, 2020 - Go
Describe the bug
in a database, clicking on SQL , there is no ability to right click copy/paste clipboard stuff
To Reproduce
Steps to reproduce the behavior:
- Go to '...' any database
- Click on '....' SQL
- try paste into or copy content from right click
Expected behavior
copy to and paste from
Server configuration
- Operating system: linux slackware 14
-
Updated
Dec 13, 2020 - PHP
Currently, the macros expect SQLX_OFFLINE to equal "true" (case insensitive) to force offline mode. This is fine, but environment variables that can switch something on or off typically also accept 0 as false and 1 as true.
This should be a relatively easy fix, the code is here: https://github.com/launchbadge/sqlx/blob/master/sqlx-macros/src/query/mod.rs#L40
I would also prefer to use
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
Dec 16, 2020 - Python
This might be a 3.x regression.
The code below was developed in 2.x and I'm 90% confident that it did what I want.
We recently noticed a serious perf regression and observed the (new?) behavior described here.
Take a model that maps a DB blob into a .net byte[].
class File
{
public int Id { get; set; }
public string Name { get; set; }
public byte[] Data { get; set;-
Updated
Dec 14, 2020 - Shell
-
Updated
Dec 13, 2020 - C#
-
Updated
Dec 14, 2020 - Python
-
Updated
Dec 16, 2020 - Shell
-
Updated
Dec 12, 2020 - C#
-
Updated
Dec 16, 2020 - PHP
-
Updated
Dec 16, 2020 - 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