-
Implement the Query->iterate method which will return an IteratableResultSet as per the ORM.
-
## Summary
Currently, when presenting multiple objects, Grape infers the entity it should use from the first member of the list ([ref](https://github.com/ruby-grape/grape/blob/master/lib/grape/dsl/…
hoffm updated
6 years ago
-
Please comment below!
Comments will automatically be published on the blog, too.
-
As of https://github.com/EvEmu-Project/evemu_Crucible/pull/177#issuecomment-1015160394 I've taken a look into market's DB code. Well... Current staging has horrific code in some cases
```C++
void Ma…
-
[PostGIS](postgis.net) is a popular extension to support geolocation data types and queries in Postgres. We should think about how we can add support for PostGIS, both for data types and how querying …
-
### Describe the bug
Relations that are not populated are included in the serialization. I have checked some existing issues, such as #4138 and #4111, and found that the serialization works properly …
-
I tried to pass an array of integers to `Doctrine\ORM\Query\Filter\SQLFilter::setParameter` with the `Doctrine\DBAL\Connection::PARAM_INT_ARRAY` parameter type as I did with regular queries many times…
Nepoh updated
5 years ago
-
Hi,
I want to insters complex object to database. Can you verify what I'm doing wronmg?
```
public class Phone
{
public int Id { get; set; }
public string Name …
-
Hi,
I have a main entity with a translation. In the Translation Entity, there is a relation OneToMany with another entity. Several translated entities may be associated with same relation entities:…
-
Hey, new to the project, been cleaning up the code and migrating the codebase to django 1.7 and other stuff like that on my own fork.
I'm wondering why some modules - `AccessControlledInternalDataS…