Steven Sklar
Steven Sklar
I actually ended up creating a new repo (https://github.com/sklarsa/django-sendgrid-v4) to support the sendgrid-python v4.0+ library. It should be compatible with both the `EmailMessage` and `EmailMultiAlternatives` django classes, and I'm currently...
@puzpuzpuz I'd like to take a stab at this one, but not sure where to start. Do you have a good starting point for me in the codebase?
@goodroot we should update our docs to reflect this: https://questdb.io/docs/concept/write-ahead-log/ > As of 7.3.10, QuestDB tables are Write-Ahead Log (WAL)-enabled by default. EDIT: and [here](https://questdb.io/docs/reference/sql/create-table/#write-ahead-log-wal-settings) > By default, created tables...
addresses #11
Thanks for reporting the issue! Do you mind making a PR to fix this? With a feature flag for the Django version?
Looks like version 1.2.3 is released to PyPi and should have all relevant commits from master
@ideoma I'll test this e2e today and attach results to this pr
Build pipeline succeded: https://dev.azure.com/questdb/questdb/_build/results?buildId=104872&view=logs&j=8112896e-f8c8-5c50-b660-47bc19523bba&t=8112896e-f8c8-5c50-b660-47bc19523bba [dive](https://github.com/wagoodman/dive) image analysis tool shows no difference between the resulting docker image and 8.0.3 (before the rhel build made it to master). New image on the...
@bluestreak01 I just tested the default (non-rhel) image and it works on podman for both sudo and non-root: `podman run -v /home/steven/tmp/dockertest/data-podman-default:/var/lib/questdb questdb/questdb:patch-93acdf1` --> `2024-09-03T15:31:56.596600Z A server-main enjoy` The reason...
Further supporting the theory that everything after the comma is ignored, the query compiles and runs even if you remove the `juneTrades` CTE altogether. For example, this query "works". ```sql...