Joe Ferner
Joe Ferner
I agree with @kasbah footprints are not software so GPL doesn't really apply. I'm not even sure if legally it would hold up because software is so different. @kasbah I've...
Might need to check your spam folder. If you are still having troubles when I get back home I'll manually validate your account this afternoon. Joe Sent from my Samsung...
I manually verified you. I'll look into why you weren't getting emails but you should be good to go. On Saturday, January 05, 2013 08:14:35 AM madworm wrote: My spam...
Waiting on db-migrate https://github.com/nearinfinity/node-db-migrate/issues/62
@Hookyns is the future changes on the `devel` branch? I have a potential fix to this problem along with a couple more changes. When I get time I can port...
I found an example of someone doing this in perl (http://www.unix.com/shell-programming-scripting/59764-perl-oracle-bind_param_inout.html) with the api docs here (http://search.cpan.org/~timb/DBI/DBI.pm#bind_param_inout).
I get the same error with what is in npm. I got the latest code and that appears to fix the problem.
Can you provide more details on this issue. Also you might want to try this ``` graph.defineProperty("yourDateColumnName").sortable(true).dataType(Date.class).define(); ```
@sfeng88 when altering visibility of a property in general what does the history look like? Should altering the visibility optionally cause a hard delete on the old property? The reason...
RE `SoftDeletePropertyEvent` probably not. What about the case when you restore the vertex, do the properties also come back?