Vasil Rangelov

Results 163 comments of Vasil Rangelov

I suppose you could rename it, or maybe create a new issue linked to this one... This was two issues in one, and only one of them is already solved....

I have to ask... why is this separation necesary? From a user's point of view, it looks like an overkill. e.g. are the PEAR2 dev tools going to be in...

Isn't it the same process as with PEAR1? i.e. http://pear.php.net/manual/en/newmaint.proposal.php (I almost feel stupid for going that route)

@saltybeagle Well... errr... I would like to be the first to propose my package as a beta then. I believe I've fulfilled the requirements for a beta[1], and it seems...

Originally, I intended to even ask for an RC release, but given the PEAR2 policy on version changes, beta is more appropriate since it allows for API changes, and I...

> Thanks for upstreaming this. In general I am not opposed to being no-std compliant, unless it adds significant overhead to the crate. Good to know 👍 > Do you...

This is the second big thing that was originally included as part of #5684, but since then, I thought of this, which I think is a better long term approach...

You can get the config like so: ``` if (value instanceof Date) { return SqlString.dateToString(value.toISOString(), this.getConfig().get('forceUtcTimezone') ? 'Z' : 'local'); } ``` However, I'm not 100% sure switching between "local"...

Could you add a schema (DDL) dump please? That would allow a reproduction.

Why pick "string" for the types map instead of "varchar"? 😄 By pretty much the same token, except I imagine in the case of string/varchar, there was also some BC...