mariadb
Here are 1,560 public repositories matching this topic...
-
Updated
Sep 4, 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 3, 2020 - Java
Describe the bug
Editing Geometry data using GUI is not working.
The error is due to the fact that the Query generated is UPDATE `gis_all` SET `shape` = ST_PointFromText(\'POINT(66 54)\',0) WHERE `gis_all`.`name` = 'POINT'
but it should be UPDATE `gis_all` SET `shape` = ST_PointFromText('POINT(66 54)',0) WHERE `gis_all`.`name` = 'POINT'
which works fine when edited and execut
-
Updated
Aug 9, 2020 - PHP
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,
-
Updated
Sep 3, 2020 - Java
-
Updated
Aug 26, 2020 - Shell
I'm generating C# classes from the T4 templates. The classes are generated without errors but some back references are assigned random guids as opposed to the related table name. Is this by design? If so, why and can it be changed to reflect the correct table name property?
var result = Db.TblAccounts.LoadWith(x => x._30F767840CF546D08AC8552E413F4488)
-
Updated
Sep 4, 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
Aug 31, 2020 - Python
-
Updated
Sep 2, 2020 - C#
-
Updated
Sep 2, 2020 - Shell
-
Updated
Sep 3, 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 3, 2020 - C#
-
Updated
Sep 2, 2020 - PLSQL
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