From 9246e97a6d1d21654b6c261d6a1a52ca9d5b7cc0 Mon Sep 17 00:00:00 2001 From: Noam Honig Date: Tue, 9 Apr 2024 17:20:01 +0300 Subject: [PATCH] updated todo --- projects/core/src/remult3/remult3.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/core/src/remult3/remult3.ts b/projects/core/src/remult3/remult3.ts index 61408745a..db4049fca 100644 --- a/projects/core/src/remult3/remult3.ts +++ b/projects/core/src/remult3/remult3.ts @@ -814,8 +814,8 @@ export type ClassFieldDecorator = ( ) => void //p1 - add documentation for bun sqlite -//p2 - fix dark background to also work on groups - +//p1 - fix dark background to also work on groups +//p1 - fix async hooks //y1 - JY suggestion of having generate as part of the ensure schema - not sure //y1 - currently for string fields we default for 255 in knex (which is their default) why not just use text (varchar max) - and only use exact length when one is provided? //y1 - consider changing the sql raw filter to return the sql, instead of setting the sql property