Amy Wang

Results 27 issues of Amy Wang

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like. With 6.5 release, `COPY` supports bulk import of CSV file into an empty...

New feature

**Location of the change** Current Docs>Reference>Function has not captured all the functions available. **Source** In GH: https://github.com/questdb/questdb/tree/master/core/src/main/java/io/questdb/griffin/engine/functions A full list of functions can be found it: https://github.com/questdb/questdb/blob/88095a6f6ac960e18a2a2495777bf7da5f98a6f2/core/src/main/resources/META-INF/services/io.questdb.griffin.FunctionFactory#L25 **Additional info** Functions...

docs
improvement

**Describe the requested changes:** Reported by @javier: Hi. Yesterday I had to do some bulk importing. 6 tables with several timestamp columns, all of them with the same format, but...

docs

Location: ![Image](https://user-images.githubusercontent.com/107401731/186206373-6a4e3c7e-93ad-4a2b-a40a-20dc3697cec9.png) 1. Overview page - Adding overview to highlight supported tools and "coming soon" - 2. Missing tools to be added: - [ ] redpanda - [ ] mindsdb...

docs

**Describe the requested changes:** The rules for validation needs updating against the test code: `isValidTableName` - https://github.com/questdb/questdb/blob/master/core/src/test/java/io/questdb/cairo/TableUtilsTest.java `isValidColumnName` **Location:** https://questdb.io/docs/reference/api/ilp/overview#name-restrictions https://questdb.io/docs/develop/insert-data/#constructing-well-formed-messages

docs

**Location:** In [Insert data](https://questdb.io/docs/develop/insert-data/#postgresql-wire-protocol), the Python code block mentions: ``` This example uses the [psycopg2](https://github.com/psycopg/psycopg2) database adapter, which does not support prepared statements (bind variables). This functionality is on the...

docs
Hacktoberfest

**Describe the requested changes:** Quick Python script shared by Cloud user: ```import time import psycopg2 from questdb.ingress import Sender, TimestampNanos from datetime import datetime, timedelta, timezone import os from dotenv...

docs

**Describe the requested changes:** User feedback: ```On the other side, in order to be more appealing, try to add in your "connect" section in the Docs or in the tutorial...

docs