-
```
What steps will reproduce the problem?
1. Fetch the value of a varchar2 column that has Null as its current value.
2. Use the fetched value to update any table's column.
What is the expected ou…
-
```
What steps will reproduce the problem?
1. Fetch the value of a varchar2 column that has Null as its current value.
2. Use the fetched value to update any table's column.
What is the expected ou…
-
![Screenshot 2023-11-17 at 4.31.13 PM.png](https://raw.githubusercontent.com/nus-cs2113-AY2324S1/pe/master/files/c0f9f97b-86e0-468a-92a6-87d310c8e666.png)
Autoconverts when I type in 's' into salary.…
-
```python
from jnius import autoclass
ArrayList = autoclass("java.util.ArrayList")
md = ArrayList()
md.add(b'hello')
md.add(b'world')
print(type(md.get(0))) # should be bytes, but is str
…
-
# Lines of code
https://github.com/revert-finance/lend/blob/audit/src/V3Vault.sol#L345
# Vulnerability details
## Vulnerability details
The `maxWithdrawal()` function of `V3Vault` calculates the …
-
### Describe the bug
In my application I need to use switch that will set a 0 or 1 (I cannot change database field to boolean) on an integer field. For that purpose I've written a Faces Converter t…
-
When generating PDFs with WebP images, the resulting file size is unexpectedly large, even though WebP images are highly compressed (e.g., 60KB). Output files can reach 18 MB or more, despite the HTML…
-
We discovered that Oracle default field type "NUMBER" is not integer...
It is actually a number with maximum number of digits and scale.
So at the moment dbptk converted Oracle NUMBER -> NUMERIC(1…
-
I want to try to implement these features into the `hmf`. I thought I could share them here. If they are okay with you, I'll try to implement each of them.
1. Improving docs (adding more equations…
-
```nim
type Node[T] = object
val: T
proc genericProc(s: Node; key: s.T) =
discard # body doesn't matter
proc explicitGenericProc[T](s: Node[T]; key: T) =
discard # body doesn't mat…