ServiceStack.OrmLite CreateTable方法忽略StringLength和DecimalLength属性

时间:2013-08-01 08:32:32

标签: attributes servicestack create-table ormlite-servicestack

我用PostgreSql提供程序试了一下。深入研究代码我看到了:

  1. OrmLiteDialectProviderBase.ToCreateTableStatement()方法奇怪地始终将null作为 scale 参数传递给 GetColumnDefinition()
  2. PostgreSQLDialectProvider.GetColumnDefinition()忽略除 fieldType
  3. 以外的所有参数

    这是打算这样吗?是否有一种解决方法可以让CreateTable考虑字段长度?

    P.S。 ServiceStack是否有活动的问题跟踪器? https://github.com/ServiceStack/ServiceStack/wiki/How-to-contribute的链接已损坏。

0 个答案:

没有答案