blitz-orm icon indicating copy to clipboard operation
blitz-orm copied to clipboard

temp: test

Open lveillard opened this issue 5 months ago • 0 comments

[!IMPORTANT] Enhance buildSURQLMutation to handle $tempId in metadata, update Docker command to --strict mode, and add test cases for mutation outputs with $fields.

  • Mutation Building:
    • In build.ts, buildSURQLMutation now processes $tempId in metadata, converting it to '_:' format.
    • Updates OUTPUT string to include metaString with $tempId handling.
  • Testing:
    • In test.sh, Docker command updated to use --strict mode for SurrealDB.
    • Adds two skipped test cases in basic.ts to test mutation outputs with $fields.
  • Misc:
    • Minor logging additions in basic.ts for debugging purposes.

This description was created by Ellipsis for fd0e38bad874b88ad5b866499b08df2061a37b63. You can customize this summary. It will automatically update as commits are pushed.

lveillard avatar Aug 18 '25 15:08 lveillard