Ryan McLean <[EMAIL PROTECTED]> writes:

> In one of the future releases could you update the database so that the 
> field names are less ambiguous.
>
> eg.
> In the users tables the field serial is referenced else where as 
> user_serial, instead call them both user_serial.

  It's deliberate.

  serial is always the serial of the table. 
  <table>_serial is always the serial of <table>

  Once you get the logic it makes senses. In addition it's sometime
pretty to write:

       ... WHERE user.serial = user_serial AND ...

> It would make reading (and documenting) the db tables alot easier, it 
> would also facilitate the development of UIs as people don't need to 
> remember that in the user table its serial but everywhere else its 
> user_serial..

  I'm unlikely to implement this myself but I would accept a patch.
https://gna.org/support/?func=additem&group=pokersource it may eventually
be implemented and tested.

  Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552


_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to