SQLite Free Agent Signings

Your suggestions are always welcome. / Vos suggestions sont toujours bienvenues.
Post Reply
Foo
The SuperStar
Posts: 1566
Joined: Thu Dec 29, 2005 12:56 pm

SQLite Free Agent Signings

Post by Foo »

Will be useful to have a SQLite table just like the Next Year Free Agent to record and log every signings done by the commish with automatic and manual free agent. The Next Year Free Agent table is great but
1) it is just for player with one year contract left and
2) it erase itself after each season so it's impossible to keep track of signings unless going back to previous databases.
Image
Image
Image
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14771
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: SQLite Free Agent Signings

Post by SimonT »

I don't keep track of this STHS except maybe transaction history but that not reliable. :(
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
Foo
The SuperStar
Posts: 1566
Joined: Thu Dec 29, 2005 12:56 pm

Re: SQLite Free Agent Signings

Post by Foo »

What's the difference between writing it in the log OR writing it in a special SQLite table ???
Image
Image
Image
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14771
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: SQLite Free Agent Signings

Post by SimonT »

The SQLite database is delete recreate at every output. So I would need to keep it a seperate SQLite Database, not table...
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
JimToupet
STHS Dynamic Website Contributor
Posts: 363
Joined: Wed Jul 02, 2014 10:55 am

Re: SQLite Free Agent Signings

Post by JimToupet »

SimonT wrote:The SQLite database is delete recreate at every output. So I would need to keep it a seperate SQLite Database, not table...
Not possible to drop all table except some "historical" table instead of a "drop" database ? That will permit the addition of free agent stuff, boxscore, etc... in the SQLite database.
Post Reply