Commit Graph

9 Commits

Author SHA1 Message Date
8d8c22d781 Add support for extra ORDER BY fields in RowNumber methods
- Updated RowNumber, RowNumberDesc, RowNumberPartionBy, and RowNumberDescPartionBy to accept variadic extraOrderBy parameters
- Fixed bug in RowNumberDesc that was incorrectly using ASC instead of DESC
- Enhanced rowNumber internal function to build ORDER BY clause with primary field and additional fields
- Backwards compatible - existing code continues to work without extra fields
- Added CLAUDE.md documentation for future Claude Code instances
2025-11-29 13:53:11 +05:30
1d9d9d9308 perf enhancement 2025-11-16 16:21:35 +05:30
29cddb6389 Audit with AI 2025-11-16 11:37:02 +05:30
a2b984c342 text search query 2025-11-08 14:29:54 +05:30
a795c0e8d6 revamp, returing will include the table name.cloumn_name. feat, ts_rank, ts_search helpers 2025-11-02 22:04:02 +05:30
2551e07b3e Field, date truncate method 2025-10-21 16:45:43 +05:30
9837fb1e37 derived table and row number addition 2025-10-21 00:27:00 +05:30
12d6fface6 table all field 2025-10-18 14:43:42 +05:30
325103e8ef restructuring of files. added 2 new methods(Asc, Desc) to field 2025-10-18 12:31:46 +05:30