javier ramírez

Results 25 issues of javier ramírez

### Describe the bug `ALIGN TO CALENDAR` has a weird behaviour affecting to clauses like `FILL` or `LIMIT`. Maybe to some others, but I am guessing the fix is the...

Bug

### Describe the bug A user found this issue and [reported on stackoverflow](https://stackoverflow.com/questions/72936321/escaping-single-quote-in-questdb-using-python3) when using psycopg2, but you can also try this on the QuestDB console directly ``` CREATE TABLE...

Added docs about psycopg2, pg_connect, and ruby-pg libraries. Also reworded more explicitly the link to Postgresql compatibility docs

### Is your feature request related to a problem? When doing a JOIN between two tables, even if we specify LIMIT and the results are indeed returning a subset of...

New feature

The `IN` operator has some extra features. The documentation suggest we can add an extra modifier using semicolon as the separator to increase/decrease the time range. What it doesn't say...

docs

### Describe the bug When trying to import this file https://raw.githubusercontent.com/PacktPublishing/Superset-Quick-Start-Guide/master/Chapter05/usda_oranges_and_bananas_data.csv If I try to convert the `year` column (auto parsed as `int`) as a timestamp (non-designated) it works as...

Bug
Bug 0

### Is your feature request related to a problem? A common ask is to ask for things like "how much money did an exchange make today / this hour, etc’...

New feature
SQL

### Describe the bug I found a case in which by mistake I added a second `WHERE` to a query where I already had one. To my surprise, the parser...

Bug
SQL
hacktoberfest

Added a link to a post explaining what time-series data is. Added QuestDB to the alternatives to InfluxDB, as it is in the top 10 of the dbengines ranking for...

At the README for the c client we mention > See the main [client libraries](https://questdb.io/docs/reference/clients/overview/) documentation for the full config string params, including authentication, tls, etc. But that link does...