Rafael Masson

Results 5 issues of Rafael Masson

For instance, when URL passed to `importScript` contains a syntax error. Note: This concerns the v0.2.0 branch.

Assume `Time.now`.

Would it make sense to include information about continents in Carmen? [Geonames](http://www.geonames.org/) has a nice database of [countries with their corresponding continent code](http://www.geonames.org/countries/) ([parseable file](http://download.geonames.org/export/dump/countryInfo.txt)). I ran a little script...

feature

Technically speaking, this now ignores `pg_stats.null_frac` for indexed column `x` when index definition has `WHERE x IS NOT NULL`. This can fix some very skewed bloat estimates, for instance on...

I added a spec for parsing the following address: ``` =?ISO-8859-1?Q?"Jan_Kr=FCtisch"?= ``` Before the fix, display name was parsed as `Jan_Kr=FCtisch` because when a quoted string was found (ie. `"Jan_Kr=FCtisch"`),...

Parser
More Work Needed