-
In vendor/micro/micro/Micro/ORM.php:341
It says
``` php
if(empty(static::$has_many_through[$alias]))
{
throw new Exception ($alias . ' relation not found');
}
```…
-
many frameworks have no notion of this, thus it makes absolutely no sense and they should be removed from the list IMO. Express / Sinatra etc are not slow just because some shotty ORM is slow, one of …
-
These benchmarks doesn't help anybody. Besides the flawed implementation (because it's not possible to do a correct implementation of this, too many variables) and outdated scripts, it's impossible to…
ghost updated
11 years ago
-
Hi, I'm using pg v.2.0.0. I am also using a ORM library built by a co-worker that bridges Node to Postgres through your module.
Okay, for some reason I can't understand, he was using a really old ve…
-
See this enhancement here:
http://msdn.microsoft.com/en-us/library/gg699618.aspx
As also requested for QueryDSL by @zzhu8192
---
Adding support for such a feature might require implementing #552 fi…
-
Hi Jon,
Thanks for all your hard work on this project. It is easily the fastest and most complete micro-orm I've used to date.
I recently transitioned from using Entity Framework to Insight.Database…
ghost updated
11 years ago
-
Hello,
I'm using Idiorm 1.3.0 with MySQL 5.5.9 / PHP 5.3.5, and I'm getting troubles when using both `ORM::get_db()->exec()` and `ORM::raw_execute()`.
I'm trying to use this as a raw query : `TRUNCA…
-
There is interest in creating a separate web service to serve a language-agnostic API for querying TRACER data, an interface hopefully with higher level filtering and sorting constructs. Ideas?
-
I think this is a cool micro-orm, but what people want with a micro-orm is ultimate simplicity (self-contained, no cruft, no extras). I think when people see a dependency on a"utility" project (Cavem…
-
Trying to use SqlFu as my ORM and want to make a repository using the repository pattern. But how would i create my generic repository where I have a public IEnumerable Select() - should select all it…