David Precious

Results 88 comments of David Precious

Please do let me know if you see the problem again now you've switched to Unix sockets. I certainly haven't seen this kind of problem in my use of D::P::D...

Ah - are you using `Dancer::Plugin::EscapeHTML` with `automatic_escaping`? I seem to recall some issues where itcould accidentally munge stuff in the config if the config hashref is passed as a...

Firstly, sorry this received no attention for so long Hmm - in general I'd say the fix is to increase the number of connections to mysql rather than having your...

Sorry for the hugely late reply to this. I'm afraid I have no idea about Oracle, so I don't know what help I can offer here - but I'd think...

Currently, there is no support for this; it would indeed be a killer feature though, and one I'd like to add, if I find enough time. Glad to hear you're...

This sounds useful. I don't make big use of PostgreSQL myself, and when I have I've used 'serial' to get similar behaviour to MySQL, so I'm not very familiar with...

This one has sat without attention for a long time - sorry about that! If this would still be useful to you, a little guidance on the best way to...

Is this still valid? Testing the example app, which uses `foreign_keys` for the `employer_id` column, it displays the name as `employer_id`, and gives me the available employer records to select...

I wonder if we can take an approach like D::P::Database, where we ended up with a shared core which is then used by D::P::Database and D2::P::Database - so the actual...

Hmm, yes, something appears to have gone wrong there, thanks for letting us know!