WindmillWWindmill
Powered by
hmansH
Windmill•16mo ago•
2 replies
hmans

Database Studio Table thinks my Postgres bigint column is a string

I have a Postgres database with tables that use bigint colums for IDs. Using these tables in scripts and AgGrids works fine, but the Database Studio Table for some reason seems to interpret them as strings (even though the column config looks like it is correctly identified as bigint.)

As a result, when ordering rows by ID, they are ordered lexographically (eg
1
1
,
10
10
,
11
11
,
2
2
,
20
20
, ...).

Postgres integration seems to work well everywhere else. Also, Database Studio Table doesn't seem to have this problem with MySQL tables.

Anyone have an idea why this is happening?
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Database Studio Table - Error
cali (brazil)Ccali (brazil) / help
2y ago
Question about Database Studio Table's Default Inputs
Joldz 🔮JJoldz 🔮 / help
4mo ago
Is there a way to pass a context variable into database studio?
giyuGgiyu / help
15mo ago
Default database for Postgres scripts?
TimTTim / help
2y ago