[Maria-discuss] dynamic columns interface
Will dynamic columns always require the position (column_nr argument)? I prefer an interface in which that is not required. -- Mark Callaghan mdcallag@gmail.com
Do you mean use a name, instead of a number? On Apr 18, 2011, at 4:32 AM, MARK CALLAGHAN wrote:
Will dynamic columns always require the position (column_nr argument)? I prefer an interface in which that is not required.
-- Mark Callaghan mdcallag@gmail.com _______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
The current interface requires a name and a number. On Mon, Apr 18, 2011 at 3:01 PM, Paul McCullagh <paul.mccullagh@online.de>wrote:
Do you mean use a name, instead of a number?
On Apr 18, 2011, at 4:32 AM, MARK CALLAGHAN wrote:
Will dynamic columns always require the position (column_nr argument)? I prefer an interface in which that is not required.
-- Mark Callaghan mdcallag@gmail.com _______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
-- Mark Callaghan mdcallag@gmail.com
Hi! 19 апр. 2011, в 02:07, MARK CALLAGHAN написал(а):
The current interface requires a name and a number
Actually, currently only numbers are required and possible, but there is plan (actually first item in the our TODO list about dynamic columns) to add ability to use names instead of or with numbers. i.e. if you substitute number expression with character one it will be what is planed, probably SQL functions will have different name or character names will be detected by expression type. The real question is should we support both ways to address the column (i.e. name and number) for the same packed string, | doubts that it is really needed. Because if we have plan about some automatic mapping for DBs which supports rowID,columnID[,time] addressing there is no place for numbers in this schema (or I just can't see it). (All above is only my thoughts which was not discussed with Monty due to lack of time, so final result could be different :) )
participants (3)
-
MARK CALLAGHAN
-
Oleksandr Byelkin
-
Paul McCullagh