jdonaldson / postgrehx

An implementation of the postgres wire protocol in Haxe
16 stars 3 forks source link

SPOD test #5

Closed theRemix closed 10 years ago

theRemix commented 10 years ago

does spod macros work with postgrehx yet?

i'm not sure if i'm doing this right, i made a simple test https://github.com/theRemix/postgrehx/commit/9a920a76ce77a7b06fe1f009030ad16b5220bc59 and got this error:

Fatal error: Call to a member function addValue() on a non-object in /var/www/postgrehx/test/lib/sys/db/Manager.class.php on line 383
jdonaldson commented 10 years ago

I haven't looked at this yet. I'll take a look very soon.

jdonaldson commented 10 years ago

I think I fixed this one too. Check the new Spod test in TestPostgres: https://github.com/jdonaldson/postgrehx/blob/master/src/test/sys/db/TestPostgres.hx#L246