Skip to content

@edgedb/generate v0.0.8

Compare
Choose a tag to compare
@scotttrinh scotttrinh released this 21 Apr 15:40
  • Fix codegen when expression wrapped by e.params is non-runnable
  • Fix generator to compile with TypeScript strict configs
  • Fix codegen for arrays of enum types
  • Allow named tuples to be passed as the shape of an insert
  • Fix e.update to reflect that it only has filter, filter_single, and set clauses
  • Allow costing empty sets to object type
  • Inject assert_single when using filter_single when selecting a non-exclusive object
  • Add helper function to create tuple types from object types
  • Properly handle nested modules
  • Add (unofficial) support for http client
  • Add support for tuples in query args