Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[10:01:14 CST(-0600)] <EricDalquist> registerColumnType( Types.TIMESTAMP, "datetime2" );

[10:01:35 CST(-0600)] <EricDalquist> all previous did:

[10:01:36 CST(-0600)] <EricDalquist> registerColumnType( Types.DATE, "datetime" );

[10:01:36 CST(-0600)] <EricDalquist> registerColumnType( Types.TIME, "datetime" );

[10:01:36 CST(-0600)] <EricDalquist> registerColumnType( Types.TIMESTAMP, "datetime" );

[10:01:43 CST(-0600)] <Arvids> ahhh... maybe i have to explicitly set dialect

[10:01:57 CST(-0600)] <EricDalquist> yeah

[10:02:06 CST(-0600)] <EricDalquist> or add more logic to the uPortal dialect resolver

[10:02:25 CST(-0600)] <Arvids> heh... that might be the solution

[10:02:27 CST(-0600)] <EricDalquist> org.jasig.portal.utils.PortalDialectResolver

[10:02:35 CST(-0600)] <Arvids> i´ll modify PortalDialectResolver (smile)