Skip to content

Conversation

@tierracero
Copy link
Contributor

This will allow to use operators with one handler that adapts to the proper syntax of psql or mysql
EG: .orderBy(.random) will be processed as:
mysql: ORDER BY .rand()
psql: ORDER BY .random()

…erator

This will allow to use Operator with one handler that adapts to the proper sintax of psql or mysql
This will allow to use operators with one handler that adapts to the proper syntax of psql or mysql
EG: .orderBy(.random) will be processed as:
mysql: ORDER BY .rand()
psql: ORDER BY .random()
Copy link
Contributor Author

@tierracero tierracero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐼 Introducing SwifQLHybridOperator struct and .random operator (hybrid)

@MihaelIsaev MihaelIsaev merged commit bc0a1ad into SwifQL:master May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants