mariadb
Here are 1,902 public repositories matching this topic...
-
Updated
May 6, 2021 - TypeScript
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
Issue description
This option will improve performance in many scenarios
https://dev.mysql.com/worklog/task/?id=8134
https://www.facebook.com/weixiang.zhai/posts/678596755543802
-
Updated
May 5, 2021 - Go
-
Updated
May 5, 2021 - Java
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Delete a table
- See table count
Expected behavior
Count right
Server configuration
- phpMyAdmin version: 5.1
I have trouble using (or understanding how to use) sqlx::Type. I have derived it for a wrapper around a String.
As far as I understand, this should implement Encode and Decode traits for the wrapper type and as a consequence I should be able to pass an instance of the wrapper type to query! macro, but I get an error stating that the drivers expects an &str instead of the wrapper type.
-
Updated
May 5, 2021 - Python
-
Updated
May 5, 2021 - PHP
Environment
Liquibase Version: 3.8.9
Liquibase Integration & Version: spring boot 2.3.7
Liquibase Extension(s) & Version: -
Database Vendor & Version: MariaDB 10.3.25 + H2 1.4.200
Operating System Type & Version: Ubuntu 20.04 LTS
Des
-
Updated
May 6, 2021 - Python
Can not insert an infinite (plus/minus) value into a double precision column in a postgres table (linq2db 3.3.0).
Seems linq2db don't quote those values according to the postgres documentation.
Output sql with infinite value for an insert query looks like
insert into some_table
(id, value)
values
(1, Infinite),
(2, -Infinite);But must be
insert into some_t-
Updated
Apr 26, 2021 - Shell
-
Updated
May 3, 2021 - C#
-
Updated
May 4, 2021 - Python
-
Updated
May 4, 2021 - Shell
-
Updated
Apr 1, 2021 - Go
-
Updated
May 3, 2021 - C#
-
Updated
May 5, 2021 - Go
-
Updated
May 5, 2021 - PHP
-
Updated
May 3, 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