James Moger

Results 125 comments of James Moger

Exactly. Preserve original file structure but update the specified (or all) property values. Your override capability is of interest to me too. That would allow PHP-like behavior where there is...

At first I didn't think that save(destination) would work for me, but that actually would be fine. I currently only call that in one place for the server. You see...

Do you you resolve these properties at property retrieval or at source load?

Actually, I wanted to know when a value of "${baseFolder}/data" is resolved? At getting that property or at loading/copying the map into OWNER?

No problem, it will be a while before I would be ready to integrate OWNER. No hurry, really.

I like the idea of wrangling the date/time type. Looks like the driver is storing text formatted dates using the local timezone. That was probably a mistake. I'm concerned about...

@TuomasKiviaho A quick search tells me Helsinki is GMT+3 right now with DST. Are you saying your dates are actually +5 compared to GMT (and therefore +2 compared to what...

> Hi, 14:01 saved as string became 16:01 when I applied the UTC timezone fix. Yeah, problems along those lines are what I was expecting. Hmmm...

After reviewing your changes I've noticed that you did not apply your proposal to `executeBatch`. Was that an oversight or insight? I'm wondering if it would be better to move...

`executeBatch` calls `db.executeUpdate` not `JDBC3Statement.executeUpdate`. I don't think the timeout is considered for the batch call. I'm not sure if it should or should not be considered - hence my...