We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table already exists in db , mock.json working fine before but suddenly stops and all the selected setting are default.
Database type and version: identifier cweijan.vscode-database-client2 Version 8.1.2 Last Updated 2025-01-14, 14:25:02 Size 13.8 MB
{ "table": "Book", "mockStartIndex": "auto", "mockCount": 10, "mockValueReference": "http://mockjs.com/examples.html#DPD", "mock": { "id": { "type": "INTEGER", "value": "#mockIndex" }, "title": { "type": "CHAR(32)", "value": "@string('lower',512)" }, "author": { "type": "CHAR(32)", "value": "@string('lower',512)" }, "database_name": { "type": "CHAR(32)", "value": "@string('lower',512)" } } }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I checked version 8.1.0 working perfectly, after that version things being strange
No branches or pull requests
table already exists in db , mock.json working fine before but suddenly stops and all the selected setting are default.
Database type and version:
identifier cweijan.vscode-database-client2
Version 8.1.2
Last Updated 2025-01-14, 14:25:02
Size 13.8 MB
{
"table": "Book",
"mockStartIndex": "auto",
"mockCount": 10,
"mockValueReference": "http://mockjs.com/examples.html#DPD",
"mock": {
"id": {
"type": "INTEGER",
"value": "#mockIndex"
},
"title": {
"type": "CHAR(32)",
"value": "@string('lower',512)"
},
"author": {
"type": "CHAR(32)",
"value": "@string('lower',512)"
},
"database_name": {
"type": "CHAR(32)",
"value": "@string('lower',512)"
}
}
}
The text was updated successfully, but these errors were encountered: