Steven Kamradt

Results 5 issues of Steven Kamradt

The nullable attribute is ignored on columns when performing an update or insert. I believe the simplest path to get this working is to modify SetSqlite3ParameterValue to also pass the...

I believe it is as simple as changing the function to read: function TSqlite3PersistStrategy.ExecuteCommand(ACommand: IdormCommand): Int64; begin Result := ExecuteAndGetFirst(aCommand.GetSQL); end;

Added method Root that returns the root by walking the parent chain upwards Added method Depth that returns the integer depth of the current node from the root. 0=root

One of the SVG options that is available via GetIt in the more recent versions of Delphi contains the TSVGIconImageList. Using this list for SVG images mostly works, however the...

Add support for drawing disabled images from TSVGIconImageList properly. (issue #114)