mariadb
Here are 2,541 public repositories matching this topic...
Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:
// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:
const { DataTypes } = require("Sequelize");
Foo.hasOne(Bar, {
foreignKey: {
// name: 'myFooId'
type: D
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 15, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
I think would be helpful supporting elasticsearch because is one of the most used search engines
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
_N
-
Updated
May 13, 2022 - Java
Describe the bug
As title, when i go into database and click export and i see nothing, then i go to web demo of phpmyadmin ( demo.phpmyadmin.net ) and it not show too .
how can i do?
The macros can emit code directly referencing serde_json::Value
which may trigger compilation errors if the user doesn't have it in their own dependencies: https://discord.com/channels/665528275556106240/665528275556106243/969377568685981716
I'm surprised we haven't encountered this before now, probably because if someone wants to use serde_json::Value
in their code deliberately then they p
-
Updated
Apr 28, 2022 - Objective-C
-
Updated
May 13, 2022 - PHP
These files when added magically but not part of git tracked files causes update failure.
reference: frappe/bench#1225
related: frappe/frappe#16616 (you'll find which function create this file in this PR)
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c
-
Updated
May 3, 2022 - Shell
-
Updated
May 15, 2022 - C#
Unlike all the existing charts that graph a string (most likely) against a number, this graphs numbers on both axises. So in addition to the configuration changes needed for passing the right field to chartjs, the PR for this should also change the "preferred type" to "number" for the x axis when the chart type is scatter plot.
-
Updated
May 5, 2022 - Go
-
Updated
May 15, 2022 - Go
-
Updated
May 15, 2022 - C#
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."
NocoDB used as docker: true
NocoDB version: 0.84.15
Database used in NC_DB URL: mysql
Project was created by clicking : New Project by connecting to external database
Database on which spreadsheet is created : mysql
OS on which NocoDB is running: linux (using the official NocoDB image)
Node.js version if running as node: v12.22.10 (from official image)
Database version : *bo