-
When I create a transaction. Passing all values as per requirement. But it gives this error. It just irretating me here. Give me resolution of this error hurry.
-
Support webService.post with an array body. e.g. [searchAllByClassification](https://docs.ala.org.au/openapi/index.html?urls.primaryName=namematching#/Taxonomy%20search/matchAll), [find/dataResource](…
-
```
function myInstancof (obj, type) {
if (typeof(obj)!='object' || obj == 'null') return false
let prototype = obj.__proto__
while(true){
if(prototype == null) return false
if(prot…
-
In spring DefaultTransactionAttribute
```java
public boolean rollbackOn(Throwable ex) {
return (ex instanceof RuntimeException || ex instanceof Error);
}
```
But, ExposedSQLException is no…
-
This issue occurs on `"drizzle-kit": "0.22.0-407e2e6"` and when the column uses `default` fn.
```ts
const Notes = schema.table('notes', {
id: uuid('id')
.notNull()
.primaryKey…
unnoq updated
2 weeks ago
-
# Environment
Knex version: latest
Database + version: any
OS: any
# Bug
Extracted from https://github.com/tgriesser/knex/issues/2763:
I am running into trouble having two versions of …
-
### Feature Use Case
Take a look at this case.
```ts
class A { }
if (a instanceof A) {
console.log('this never runs')
}
```
We notice that the class A is never used or subclassed. Give…
-
is there a way to avoid `tauri-specta` from doing these
```ts
if (e instanceof Error) throw e;
```
![Screenshot 2024-09-30 at 01 29 59](https://github.com/user-attachments/assets/d8410f5d-fb42-…
-
```
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000003f8903a8e4, pid=275198, tid=0x0000003f9efff180
#
# JRE version: (8.0_412) (build )
# Java…
-
In order to determine whether property is writable, it is now required among other thing to determine if property is virtual, which requires iterating over body of property hooks.
It would be helpf…