Search found 237 matches

by JimToupet
Wed Jun 24, 2015 1:24 pm
Forum: General Question / Question Général
Topic: Can't import player with same name but...
Replies: 11
Views: 4680

Re: Can't import player with same name but...

It can be optional by value. Example : If the sum of the column PlayerID === 0 the import don't use this column in the import process. If sum > 0, each time the value is different of 0 it update the matching player ID otherwise (id == 0) the player goes to unassigned like it was now. Like I said, ju...
by JimToupet
Wed Jun 24, 2015 9:26 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42754

Re: SQLite

You can use a CLOB (Character Large OBject) or BLOB (Binary Large OBject) datafield in SQLite. (Can store 1 billion of byte of data)

I can help on table design for this if needed.
by JimToupet
Wed Jun 24, 2015 8:56 am
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42754

Re: SQLite

ok.

It's not for a performance issue but for a pratical thing, a league portal or website will be able to run by only uploading one file per simulation (the SQLite database).
by JimToupet
Wed Jun 24, 2015 8:50 am
Forum: General Question / Question Général
Topic: Can't import player with same name but...
Replies: 11
Views: 4680

Re: Can't import player with same name but...

Simon is it a possible thing to have an optional ID "column" in the import rating pack ? Leagues making their rating will be able to use ID in the import process to link new rating with existing player (some time you want to correct mispelling player over offseason, by example). Just an id...
by JimToupet
Wed Jun 24, 2015 8:40 am
Forum: Simulation Engine Beta
Topic: Unique ID
Replies: 22
Views: 68459

Re: Unique ID

I agree with Owen. If it's possible to, instead of putting unrated players in prospect list when updating rating, having those players on a league leaving/retired status. They will stay linked to their last team and have their ID kept. It will be easy to reinstated them to their team without screw t...
by JimToupet
Sat Jun 20, 2015 8:04 am
Forum: Simulation Engine Beta
Topic: Unique ID
Replies: 22
Views: 68459

Re: Unique ID

Is it Number or InternalNumber ?
by JimToupet
Wed Jun 17, 2015 5:25 pm
Forum: Simulation Engine Beta
Topic: Unique ID
Replies: 22
Views: 68459

Re: Unique ID

By reusing ID over time it's like saying that seasons/players/teams are not linked each other while the are (carreer stats, expansion, team moving city but same concession, etc). Like said earlier, having a Unique ID over time would be a great step forward for all web/application developper. Mostly ...
by JimToupet
Wed Jun 17, 2015 3:02 pm
Forum: Website Forum / Forum de Page Web
Topic: SQLite
Replies: 73
Views: 42754

Re: SQLite

Any plan to have boxscore into SQLite ?
by JimToupet
Sun Jun 14, 2015 9:20 am
Forum: Suggestions
Topic: iPad / Mobile app
Replies: 71
Views: 39543

Re: iPad / Mobile app

For me I'll prefer an XML file. More simple, less code, less modification (i.e no SQLite modification) and the fastest way. Simply provide a XML schema (structure) for a team line and voilà A webpage for online line editing (or iPad/iPhone app, Android app, etc.) would create a team XML line file fo...
by JimToupet
Sat Jun 06, 2015 9:37 am
Forum: Suggestions
Topic: Goalie Starts/Minutes Limits
Replies: 22
Views: 12660

Re: Goalie Starts/Minutes Limits

Maybe this command can be declined in 2-3 sub command like :

Goaltender start X games
Goaltender played X minutes
Goaltender played x games
by JimToupet
Sat May 09, 2015 10:18 am
Forum: General Question / Question Général
Topic: SQL error
Replies: 5
Views: 2816

Re: SQL error

Looks to be a portal error. MySQL is not use by STHS.
by JimToupet
Fri Apr 03, 2015 11:56 am
Forum: General Question / Question Général
Topic: Site web simulateur
Replies: 1
Views: 5187

Re: Site web simulateur

Ce n'est pas fourni avec le simulateur. Ce que tu achètes c'est le simulateur et ses mises à jour. Pour le reste tu dois créer ton site. Le portail que tu vois est disponible pour téléchargement gratuitement. Tu peux le télécharger ici . En cas de pépins tu pourras t'adresser à ce forum http://sths....
by JimToupet
Fri Apr 03, 2015 11:16 am
Forum: General Question / Question Général
Topic: 2.2.9.9 Salary Sorting in Team Roster
Replies: 10
Views: 6587

Re: 2.2.9.9 Salary Sorting in Team Roster

Nothing good in my tests. The only way to have advanced sorting would be to have one page per team.
--
Rien de probant, dans le meilleur des mondes il faudrait créer une page par équipe pour permettre le tri avancé des colonnes.
by JimToupet
Fri Apr 03, 2015 11:14 am
Forum: Solved Bugs / Rapport Erreurs Résolu
Topic: 2.2.7 - Simulator Waiver Error
Replies: 9
Views: 5360

Re: 2.2.7 Simulator Waiver Error

He would like to be able to send in farm a player that should pass by waiver without put it on waiver when you're in the simulator.
--
Il souhaiterait pouvoir envoyer un joueur qui doit passer par le ballottage dans les mineurs sans le mettre au ballottage lorsqu'on est dans le simulateur.
by JimToupet
Fri Apr 03, 2015 11:04 am
Forum: Solved Bugs / Rapport Erreurs Résolu
Topic: 2.2.9.9 - Error when output SQLite database
Replies: 1
Views: 2073

2.2.9.9 - Error when output SQLite database

I get an error when I test the SQLite database output. It looks to be a problem with players having an ' in their name.

The database still readable and I can't say what data is missing.