The Wayback Machine - https://web.archive.org/web/20201115062321/https://github.com/topics/mariadb
Skip to content
#

mariadb

Here are 1,679 public repositories matching this topic...

mvorisek
mvorisek commented Nov 6, 2020

Steps to reproduce

Steps to reproduce the behavior:

  1. Go to Edit privileges page of any user
  2. Hover mouse over REFERENCES priviledge
  3. See wrong message - at least MySQL 8 supports REFERENCES priviledge (without this permission, foreign keys can not be created, thus very misleading)

Expected behavior

Message is shown only for databases that really does NOT support `RE

sify21
sify21 commented Sep 4, 2020

I'm using postgresql, sqlx="0.4.0-beta.1".
My struct is like:

#[derive(Serialize, Deserialize, Debug, PartialEq, FromRow)]
pub struct Struct1 {
    pub a1: i16,
    pub a2: String,
    pub a3: Option<String>,
    pub a4: Option<serde_json::Value>,
    pub a5: serde_json::Value,
    pub a6: Option<String>,
    pub a7: Option<serde_json::Value>,
    pub a8: Option<f32>,
    pub a9: 
Daveismus
Daveismus commented Nov 3, 2020

I have the following setup

[Table(Name = "Customer")]
public partial class Customer
{
    [PrimaryKey, Identity]
    [Column(Name = "CustomerId"), NotNull]
    public int CustomerId { get; set; }

    [Column(Name = "Street", MemberName = ".Street"),  Column(Name = "City", MemberName = ".City")]
    public Adress Adress { get; set; }
}

public class Adress
{
    public string

VPSToolBox is a bash script that helps you setup Trojan-gfw Nginx Hexo Netdata and other powerful applications on a Linux server really quickly(超级Linux VPS脚本工具箱,一键安装Trojan-GFW代理,Hexo博客,RSS,邮件,Qbittorrent,Aria2,Netdata等應用程式。).
  • Updated Nov 14, 2020
  • Shell

Improve this page

Add a description, image, and links to the mariadb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mariadb topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.