dbadmin icon indicating copy to clipboard operation
dbadmin copied to clipboard

Database Admin interface for Spod Macros

Results 4 dbadmin issues
Sort by recently updated
recently updated
newest added

Hej, Sorry for flooding, but I just wrote this issue on Haxe and it solves differences on DBAdmin between Neko and PHP. On PHP target, some values from the DB...

Sometime toString() call fails, I use something alike : ``` var str = null; try{ str = defval.toString();} catch(d:Dynamic){}; if( str==null){ try { str = Std.string( defval ); } catch...

Hi, I have exceptions when trying to access a SData that was used in the app (accessed in the current session I mean), because of serialization/unserialization and cache I think....

Hi, When targetting PHP, the compiler complains about : -Admin.hx: 1059 : Web.logMessage doesn't exist in PHP -Admin.hx: 218 : Lib.localUnserialize neither