【发布时间】:2019-08-06 09:34:59
【问题描述】:
如https://ballerina.io/learn/by-guide/managing-database-transactions/ 中所述,我在我的项目中使用了数据库事务。我的代码正在运行,但它显示错误 using experimental feature 'transaction'. use '--experimental' flag to enable the experimental features 和
transaction with retries = 0{
}committed{
}aborted{
}
块在 VS 代码编辑器中带有红色下划线。
如何修复错误还是 VS Code 插件中的问题?
【问题讨论】:
标签: ballerina