You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor HTML structure in WhereCondition documentation and update formatting
- Updated the HTML structure in `WhereCondition.html` for better readability and consistency.
- Removed unnecessary empty lines and improved indentation.
- Cleaned up the `index.ts` example file by removing an empty line.
- Adjusted formatting in `jest.config.js` for consistency.
- Added a new Prettier configuration file to enforce code style.
- Cleaned up the README by removing an unnecessary empty line and fixing a trailing comma in usage examples.
- Modified the Postgres adapter to remove the generic type from the query method.
- Updated comparison operators to remove trailing commas for consistency.
- Refactored logical operators to remove trailing commas.
- Cleaned up sorting operators by removing trailing commas.
- Adjusted query builder classes to remove unnecessary trailing commas.
- Updated repository class to remove trailing commas in method parameters.
- Cleaned up column class constructor by removing trailing commas.
- Updated common types to use generic types for `QueryResult`.
- Refactored utility functions to remove trailing commas.
- Cleaned up test setup functions by removing trailing commas.
0 commit comments