-
The architecture should be fairly straightforward, a webapp with a set of build nodes. The main consideration of what technologies to use is scalability, so we should choose components that have a dis…
FFY00 updated
3 years ago
-
The query params inside a FromSelect are numbered independently from the whole query, so:
```
psql.Update(`mytable`).
Set("name", "newname").
FromSelect(psql.Select("column").F…
-
Working with SQL Server implement an easy way for use sequences in an primary key colum specificing the next value for the sequence:
SQL Statement as example :
ALTER TABLE [Purchasing].[Supplier…
-
It would be nice to be able to query a database using linq without directly writing sql.
The following syntax would be possible:
```fsharp
open FSharp.CosmosDb
open Newtonsoft.Json
type User …
-
i was contemplating using propel today because it seems like a perfect alternative to my custom neset set model i have been using in a project, the only thing that came up was the lack of row locking,…
-
The client experiences have naturally become split, having a client type (call it the "reader" persona) for those wanting to pull metadata on nodes or pull sql/data and those who want to contribute to…
-
### Version
4.5.4
### Context
`Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2748 ms, time limit is 2000 ms`
```
io.vertx.core.VertxException: Thread blocked
at j…
-
Related to https://github.com/dotnet/efcore/issues/17306
-
This is a migrated Trac ticket [#3490](http://trac.buildbot.net/ticket/3490#ticket)
Reported by: @delanne
People that contributed to the original ticket: @tardyp @rutsky @delanne
Ticket created …
-
- [x] I have searched the [issues](https://github.com/facebook/ent/issues) of this repository and believe that this is not a duplicate.
## Summary 💡
If the same predicate is set mu…