Commit 8e8b06a
committed
docs: update DEVELOPMENT.md with SQL development guidelines
Add "Adding SQL" section to DEVELOPMENT.md with guidelines for:
- Modular SQL file organization
- Operator wrappers vs implementation separation
- Dependency declarations using REQUIRE comments
- Test file naming conventions
- Build system usage with tsort
Provides clear guidance for contributors developing new SQL features.1 parent f995a7c commit 8e8b06a
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
321 | 332 | | |
322 | 333 | | |
323 | 334 | | |
| |||
0 commit comments