Closed abiusx closed 11 years ago
I have one doubt in this library. Abhishek had created a "SQL()" function in this library that we have used all over our code. But what if the user does not wants to use our database library and use only session library. It won't work because they the function "SQL()" won't be defined anywhere.
They can define their own SQL function and use that instead of what we have.