Mustafa Balila

Results 3 issues of Mustafa Balila

This PR is an attempt to fix delete('*') doesn't return deleted rows mentioned in here https://github.com/knex/knex/issues/5757 - It's almost done, but the following test case is failing and I'm investigating...

- This PR is an attempt to fix whereILike query with sqlite mentioned in here https://github.com/knex/knex/issues/5604#issue-1760674369 - The change is not big, but I need some help with writing tests...

SQLite
missing tests

Fixing `sqlite3` and `better-sqlite3` numeric types. When trying to use `knex.decimal()` or `knex.double()` with sqlite3 it turns them to `float`. Issue https://github.com/knex/knex/issues/5789