Changes between Version 12 and Version 13 of MessageStandardization


Ignore:
Timestamp:
Aug 2, 2009, 5:09:17 AM (15 years ago)
Author:
martinl
Comment:

db

Legend:

Unmodified
Added
Removed
Modified
  • MessageStandardization

    v12 v13  
    7575}}}
    7676 * Module descriptions should use all the same verbal tense. Currently some of them can be found in infinitive and others in present.
     77
     78=== DB messages ===
     79
     80db_open_database(), db_start_driver_open_database()::
     81 Unable to open database <%s> by driver <%s>
     82db_execute_immediate():
     83 Unable to insert new record: '%s'
     84
     85 Unable to create table: '%s'
     86
     87 Unable to drop table: '%s'
     88db_grant_on_table():
     89 Unable to grant privileges on table <%s>
     90db_start_driver():
     91 Unable to start driver <%s>
     92db_describe_table():
     93 Unable to describe table <%s>
     94db_select_value():
     95 Unable to select record from table <%s> (key %s, column %s)
     96
     97 No records selected from table <%s>
     98db_fetch():
     99 Unable to fetch data from table <%s>
     100db_create_index(), db_create_index2():
     101 Unable to create index for table <%s>, key <%s>
     102db_copy_table(), db_copy_table_by_ints():
     103 Unable to copy table <%s>
     104db_delete_table():
     105 Unable to delete table <%s>
     106db_table_exists():
     107 Unable to find table <%s> linked to vector map <%s>
     108db_get_column():
     109 Column <%s> not found in table <%s>
     110db_list_tables():
     111 Unable to get list tables in database <%s>
     112db_open_select_cursor():
     113 Unable to open select cursor: '%s'
     114db_create_table():
     115 Unable to create table <%s>
     116db_get_num_rows():
     117 Unable select records from table <%s>