Skip to content

Commit

Permalink
fixes sql_database doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix authored Jul 29, 2024
1 parent 89c14ec commit 6f600be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ With dataset above and local postgres instance, connectorx is 2x faster than pya
#### Postgres / MSSQL
No issues found. Postgres is the only backend where we observed 2x speedup with connector x. On other db systems it performs same as `pyarrrow` backend or slower.

### Noted on data types
### Notes on data types

#### JSON
JSON data type is represented as Python object for the **sqlalchemy** backend and as JSON string for the **pyarrow** backend. Currently it does not work correctly
Expand Down

0 comments on commit 6f600be

Please sign in to comment.