firebird中最大存储过程名称
我正在将数据库从 Interbase 迁移到 Firebird,我们遇到的第一个问题来自我们存储的过程名称。
我们有一些名称超过 31 个字符的存储过程(这似乎是 FB 2.1.3 中的最大值)
有没有办法增加这个限制?这将是一个比修改我们的软件容易得多的解决方案。
谢谢!
I am migrating my db from Interbase to Firebird, and the 1st hiccup we hit comes from our stored proc names.
We have a handful of stored procedures with names greater than 31 characters (which appears to be the max in FB 2.1.3)
Is there a way to increase this limitation? It will be a far easier solution than modifying our software.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有办法(除非自己更改 Firebird 源代码 - 毕竟它是开源的)。
No there is no way (short of changing the Firebird source code yourself - it is open source, after all).