Skip to content

Commit

Permalink
updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Apr 9, 2024
1 parent 7ddf8ac commit 9246e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/core/src/remult3/remult3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,8 @@ export type ClassFieldDecorator<entityType, valueType> = (
) => 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
Expand Down

0 comments on commit 9246e97

Please sign in to comment.