| Age | Commit message (Collapse) | Author | Files | Lines |
|
not murge
|
|
keys in the arrays
|
|
populated as yet, but this at least gets a lower case column name returned.
|
|
|
|
illuminate and webtrees is now loading the driver and registering it automatically.
|
|
|
|
|
|
|
|
be added later, if required. Just using a Firebird namespace did not fell right?
|
|
the new namespace
|
|
will allow registration with https://packagist
|
|
the current state of play
|
|
|
|
|
|
being used with webtrees.
|
|
/vendor/illuminate/database/Connectors will bypass the missing autoload of this as an extra driver.
|
|
|
|
generic solution. The hack is to get various joins working for webtrees but it would be more flexible if I could rework the joins to allow where not exists() to work.
|
|
he driver to handle lower case field names.
|
|
Tidying to use WHERE NOT EXISTS ( ) is on the todo list.
|
|
not support the multi insert operation
|
|
messing up using NOT LIKE in webtrees.
|
|
extending at some point to cover all reserved words, currently only thouse used in webtrees are covered
|
|
|
|
does not support
|
|
|
|
names amongst other things
|
|
but perhaps it should simply hide the returned values
|
|
is defaulting to upper case
|
|
drivers. This is the place where restoring the lower case key values needs to be processed.
|
|
of this wrap and other areas simply fall through to it. Also removed an earlier fix for a missing set of double quotes on Enum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This still needs a little improvement to perhaps identify the autoincrement field better. It also needs upstream code to avoid the pdo error.
|
|
after the CHECK element but needs to be before. eNum does not follow the $modifiers array sequence.
|
|
automatically make primary key unique. Have commented out these extra indexes in webtrees, but need a better check to hide these automatically.
|
|
|
|
function call
|
|
with other database drivers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added support for L12, handling search without a case-sensitive search at the database query level.
Changed namespaces to xgrz.
|