
Jesse Reinikka
Lead Developer at Solteq
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 34
- Subscriptions 18
Activity overview
Latest activity by Jesse Reinikka-
Jesse Reinikka commented,
In here it is mentioned that Double data type can support 1.8 × 10^308. Yet when you update a large value from the UI, this breaks it completely (as mentioned in the warning). The details tab of th...
-
Jesse Reinikka commented,
If you want to query by underscore, you need to escape it like so: %[_] This is likely because inriver is using MS SQL and using its LIKE operator to perform the query in the backend. If they are ...