wp_xxyyzz
|
f0d8344fee
|
TvPlanIt: Deletion of a resource deletes also the associated events, contacts and tasks. Tested with all database datastores. Update datastore sample projects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8947 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-10-10 22:24:46 +00:00 |
|
wp_xxyyzz
|
cdda31aed5
|
TvPlanIt: Relax postgres check in previous commit ('postgres' rather than 'postgresql')
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-10-04 20:42:19 +00:00 |
|
wp_xxyyzz
|
23030c0377
|
TvPlanIt: Take care of different postgresql protocol names in zeos. (https://forum.lazarus.freepascal.org/index.php/topic,64787.msg493037.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8932 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2023-10-04 20:26:24 +00:00 |
|
wp_xxyyzz
|
7048d249ff
|
TPlanIt: Fix ZEOS datastore to work with PostgreSQL database and expand datastore example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8285 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-06-08 11:09:59 +00:00 |
|
wp_xxyyzz
|
c682182420
|
tvplanit: Alternative code to r8279.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8280 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-05-23 11:14:19 +00:00 |
|
wp_xxyyzz
|
3bb0cf5482
|
tvplanit: Avoid executing FixContactsTable in ZeosDatastore when the Contacts table already has the fields of the v1.06 format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8279 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-05-23 10:46:40 +00:00 |
|
wp_xxyyzz
|
b0badc1cb4
|
TvPlanIt: Improved handling of Firebird AutoInc field in ZEOS datastore.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-20 23:01:29 +00:00 |
|
wp_xxyyzz
|
0a97392e0b
|
TvPlanIt: Extended ZEOS datastore sample to show usage of a Firebird database.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-18 21:41:51 +00:00 |
|
wp_xxyyzz
|
3eab02dd33
|
TvPlanIt: Implement basic infrastructure to use the correct sql field type names according to the ZConnection protocol. Based on patch by paweld (https://forum.lazarus.freepascal.org/index.php/topic,59085.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8253 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2022-04-18 16:48:40 +00:00 |
|
wp_xxyyzz
|
bb2bf8b3ca
|
tvplanit: Fix VpZeosDatastore crashing when db-connection and table creation is not in a certain order. Fix AutoCreate.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6419 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2018-05-15 23:14:44 +00:00 |
|
wp_xxyyzz
|
4d4e06ecb9
|
tvplanit: Fix ZEOS Datastore crashing if ZConnection is open when connected to datastore (issue #33717).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6407 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2018-05-12 17:05:40 +00:00 |
|
wp_xxyyzz
|
37bb56a6cd
|
tvplanit: Inc version number to 1.0.9. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2018-01-12 12:42:12 +00:00 |
|
wp_xxyyzz
|
afebf9b206
|
tvplanit: Add code to zeos datastore to convert old tables (v1.04) to the new structure.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5183 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-09-19 20:57:45 +00:00 |
|
wp_xxyyzz
|
05aad697c4
|
tvplanit: Remove new field PathToPhoto (too complex), add new contact field Department. Update Contact editor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5169 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-09-16 23:42:31 +00:00 |
|
wp_xxyyzz
|
378b2802b5
|
tvplanit: Add new fields to zeos datastore
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5168 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-09-15 21:32:42 +00:00 |
|
wp_xxyyzz
|
58c1cdc162
|
tvplanit: Publish inherited DayBuffer for all dataset-dependent DataStores. Extend DayBuffer to "forever" for all non-dataset DataStores. Remove published property Connected (sorry - this will break existing lfm files..., but Connected is for designtime connection which tvplanit does not support).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5034 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-07-26 09:30:20 +00:00 |
|
wp_xxyyzz
|
b630ce379e
|
tvplanit: Restructure package locations to fix occasional ide compilation issues
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4883 8e941d3f-bd1b-0410-a28a-d453659cc2b4
|
2016-07-01 19:33:19 +00:00 |
|