sqlx v0.7.x

This commit is contained in:
Philippe Loctaux 2023-11-15 20:10:40 +01:00
parent 2e5a1b0c42
commit e6d3329f6f
74 changed files with 2623 additions and 2418 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "delete\nfrom permissions\n\nwhere user is ?\n and role is ?",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "6fa3c48b9e93fb9ec6807f7547a8f999fc55a6fb8ad4abe7af89ec52e0d10a0e"
}