mla
mla
I hit this as well (have a module with a connect() method that is getting clobbered). I'd like what berekuk suggested would be great. use autodie qw/ :all -connect /;
I did a bit more poking around and I see what's happening. autodie is doing its work before the user-supplied method is defined which is why unimport is failing. Here's...
Thank you @jmborr! Will review and look at merge this weekend.
Sorry for delay @jmborr. Yes. I'm thinking we make your desc order the default. Seems likely that most ppl will want newest rather than oldest records anyway, and we had...
@jmborr please see the latest changes on dev branch. I changed --ordered to default to DESC and added --ordered-desc and --ordered-asc to control that if wanted.
Sorry for not responding @jmborr! Yes, I believe what you need is handled by those new options. I'll get a new release pushed out this weekend. Thx.
Not as written. Why do you prefer inserts?
k, we'd have to look. The COPY is convenient since we kind of fake it out.. we tell it we're going to create the real table name, but then we...
I could see that. What do you think the command syntax should look like for that?
You should be able to specify a where condition after the =. e.g., --limit="users=(user_id < 10)"