Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 270 Bytes

File metadata and controls

1 lines (1 loc) · 270 Bytes
  • tableName("my_table") now works as a model table setter: when called with a name it delegates to table() and returns the resolved name, instead of silently no-opping and leaving the model on its convention table. The zero-argument getter form is unchanged (#3079)