有人为 Graffiti CMS 1.3 编写过 SQL Azure 数据提供程序吗
有人使用 SQL Azure 和 Graffiti CMS 吗?如果是这样,如何添加 SQL Azure 作为 Graffiti CMS 1.3 的数据库?
Is anybody using SQL Azure with Graffiti CMS. If so how do you add SQL Azure as your DB for Graffiti CMS 1.3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
截至目前,Graffiti CMS 与 SQL Azure 不兼容。 Graffiti CMS 1.3 Beta 支持 SQL Server(2000、2005、2008)、MySQL 和 Access。旧版本也适用于 VistaDB。
SQL Azure 没有与 SQL Server 2008 相同的功能集 - 它是一个子集。不幸的是,当前的 Graffiti SQL Server 数据提供程序无法在 SQL Azure 上运行,因为它使用了一些不受支持的内容。例如,使用 ntext 字段(与旧版本的 SQL Server 兼容),而 Azure 仅支持较新的 varchar(max)/nvarchar(max)。
不过,如果将来添加 SQL Azure 支持那就太好了。 :)
As of today, Graffiti CMS is not compatible with SQL Azure. Graffiti CMS 1.3 Beta supports SQL Server (2000, 2005, 2008), MySQL, and Access. Older versions also worked with VistaDB.
SQL Azure does not have the same feature set as SQL Server 2008 - it is a subset. So unfortunately the current Graffiti SQL Server data provider will not work on SQL Azure as it uses some of the unsupported things. For example ntext fields are used (to be compatible with older versions of SQL Server) and Azure only supports the newer varchar(max)/nvarchar(max).
It would be great to add SQL Azure support in the future though. :)