[Catalyst] Maintaining updated and created timestamps indatabase
hkclark at gmail.com
hkclark at gmail.com
Thu Mar 2 20:50:19 CET 2006
On 3/2/06, Alan Humphrey <alan.humphrey at comcast.net> wrote:
> <snip>
> No matter which of the three you use, once you have a database created
> (which is a task external to Catalyst), using them from Catalyst should be
> virtually identical.
>
> -- Brandon
> </snip>
>
> I can verify this. My app hits two implementations of the same database
> schema. One is MySQL, the other MSSQL. The only database specific issue
> that I've had to deal with is the way the underlying databases deal with the
> default values of datetime columns. As long as you avoid implementation
> specific features you should be able to move between databases with ease.
>
Thanks to everyone for their helpful suggestions.
Does anyone have an idea why the example at
"http://dev.catalyst.perl.org/wiki/ScaffoldingDemoWithDBIxAndMySQL"
doesn't work? (See #1 under "there are a few little issues in Catalyst
/ DBIC")
More information about the Catalyst
mailing list