-
```
I am not sure if this should be categorized as issue or an additional feature.
If you have a date formatted cell, the ResultSet.getString method returns the
representation value of String and not…
-
Hi,
we recently tried to migrate our old Redshift Tables to the new format, so we can leverage table autocreation in the rdb-loader. Unfortunately, `igluctl rdbms table-check` and `igluctl rdbms tabl…
-
https://github.com/nette/database/blob/4b4a269d2b92d8fc922230996889128948a5e346/src/Database/ResultSet.php#L167
Tested for PostgreSQL's timestamp with time zone data type. This line seems to throw ou…
-
Hi,
Could you fix the problem with QueryBuilder and Resultset please ?
-'Cause the ResultSet doesn't support case insensitive when using the filter search column.
-The QueryBuilder doesn't support al…
-
![23010831](https://github.com/user-attachments/assets/287aec21-1d24-4acd-a121-a0bcf86d9b3a)
-
In anticipation of `5.0.0` I wonder if the `ResultSet` is perhaps worth simplifying **a lot**. Currently it does a huge amount of calculations (some includes a fair bit of complexity to do all the stu…
-
1. What version of .NET driver are you using?
4.1.0
2. What operating system and processor architecture are you using?
Windows 10, x64
3. What version of .NET framework are you using?
…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
🚧 If a non batched query resultset is over 1000 results, warn the user that they can use .batch() instead
✅ Add a .batch method on OdooQuery Model that uses a generator in .get
-
`com.hazelcast.internal.util.ResultSet` is not serializable.
This means a Callable cannot do
```
return map.values(predicate);
```