| 1 |
lars |
1 |
|
|
|
2 |
# TSqlMapManager.php
|
|
|
3 |
sqlmap_contains_no_statement = Unable to find SQLMap statement '{0}'.
|
|
|
4 |
sqlmap_already_contains_statement = Duplicate SQLMap statement found, '{0}' already exists.
|
|
|
5 |
sqlmap_contains_no_result_map = Unable to find SQLMap result map '{0}'.
|
|
|
6 |
sqlmap_already_contains_result_map = Duplicate SQLMap result map found, '{0}' already exists.
|
|
|
7 |
sqlmap_contains_no_parameter_map = Unable to find SQLMap parameter map '{0}'.
|
|
|
8 |
sqlmap_already_contains_parameter_map = Duplicate SQLMap parameter map found, '{0}' already exists.
|
|
|
9 |
sqlmap_cache_model_already_exists = This SQLMap already contains cache model '{0}'.
|
|
|
10 |
sqlmap_unable_to_find_cache_model = Unable to find cache model '{0}' in this SQLMap.
|
|
|
11 |
|
|
|
12 |
# TTypeHandlerFactory.php
|
|
|
13 |
sqlmap_dbtype_handler_not_found = Type handler for dbType='{0}' not found.
|
|
|
14 |
sqlmap_type_handler_class_not_found = Type handler class '{0}' not found.
|
|
|
15 |
sqlmap_unable_to_find_class = Unable to find class '{0}'.
|
|
|
16 |
|
|
|
17 |
# TSqlMapXmlConfig.php
|
|
|
18 |
sqlmap_node_class_undef = Missing attribute 'class' in tag '{0}' in configuration file '{1}'.
|
|
|
19 |
sqlmap_unable_to_find_parent_result_map = Unable to find parent SQLMap result map named '{2}' in file {1} near '{0}'.
|
|
|
20 |
sqlmap_undefined_discriminator = The <discriminator> tag not found in ResultMap '{0}' for sub-map '{2}' in file '{1}'.
|
|
|
21 |
sqlmap_unable_to_find_parent_sql = Unable to find parent sql statement extension '{0}' near '{2}' in file {1}.
|
|
|
22 |
sqlmap_invalid_property = Invalid property '{0}' for class '{1}' for tag '{2}' in configuration file '{3}'.
|
|
|
23 |
|
|
|
24 |
|
|
|
25 |
# TInlineParameterMapParser.php
|
|
|
26 |
sqlmap_undefined_property_inline_map = Invalid attribute '{0}' in '{3}' for inline parameter in statement '{2}' in file {1}.
|
|
|
27 |
|
|
|
28 |
# TSqlMapCacheModel.php
|
|
|
29 |
sqlmap_unable_to_find_implemenation = Unable to find cache implementation class '{0}'.
|
|
|
30 |
|
|
|
31 |
# TResultProperty.php
|
|
|
32 |
sqlmap_error_in_result_property_from_handler = For result map '{0}', error in getting result from type handler '{2}', with value '{1}'.
|
|
|
33 |
|
|
|
34 |
# TParameterMap.php
|
|
|
35 |
sqlmap_index_must_be_string_or_int = Invalid index '{0}', must be an integes or string to get a SqlMap parameter map property.
|
|
|
36 |
sqlmap_unable_to_get_property_for_parameter = Unable to find property '{1}' in object '{2}' for parameter map '{0}'.
|
|
|
37 |
sqlmap_error_in_parameter_from_handler = For parameter map '{0}', error in getting parameter from type handler '{2}' with value '{1}': '{3}'.
|
|
|
38 |
|
|
|
39 |
# MISC
|
|
|
40 |
sqlmap_type_handler_class_undef = Unable to find type handler class named '{1}' in sqlmap configuration file '{0}'.
|
|
|
41 |
sqlmap_type_handler_callback_undef = Attributes 'type' and 'callback' must be defined in typeHandler tag in configuration file '{0}'.
|
|
|
42 |
|
|
|
43 |
sqlmap_undefined_attribute = {0} attribute '{1}' is not defined for {2} in file {3}.
|
|
|
44 |
sqlmap_unable_to_find_parent_parameter_map = Unable to find parent parameter map extension '{0}' in file {1}.
|
|
|
45 |
sqlmap_unable_to_find_result_mapping = Unable to resolve SQLMap result mapping '{0}' in Result Map '{2}' using configuration file {1}.
|
|
|
46 |
|
|
|
47 |
sqlmap_undefined_input_property = Undefined array index '{0}' in retrieving property in SQLMap parameter map '{1}'.
|
|
|
48 |
sqlmap_can_not_instantiate = Type handler '{0}' can not create new objects.
|
|
|
49 |
sqlmap_cannot_execute_query_for_map = SQLMap statement class {0} can not query for map in statement '{1}'.
|
|
|
50 |
sqlmap_cannot_execute_update = SQLMap statement class {0} can not execute update query in statement '{1}'.
|
|
|
51 |
sqlmap_cannot_execute_insert = SQLMap statement class {0} can not execute insert in statement '{1}'.
|
|
|
52 |
sqlmap_cannot_execute_query_for_list = SQLMap statement class {0} can not query for list in statement '{1}'.
|
|
|
53 |
sqlmap_cannot_execute_query_for_object = SQLMap statement class {0} can not query for object in statement '{1}'.
|
|
|
54 |
sqlmap_execution_error_no_record = No record set found in executing statement '{0}': '{1}'.
|
|
|
55 |
sqlmap_unable_to_create_new_instance = Unable to create a new instance of '{0}' using type hander '{1}' for SQLMap statement with ID '{2}'.
|
|
|
56 |
sqlmap_invalid_property_type = Invalid object type, must be 'Object', unable to set property in path '{0}'.
|
|
|
57 |
|
|
|
58 |
sqlmap_unable_to_find_config = Unable to find SQLMap configuration file '{0}'.
|
|
|
59 |
sqlmap_unable_to_find_groupby = Unable to find data in result set with column '{0}' in result map with ID '{1}'.
|
|
|
60 |
sqlmap_invalid_lazyload_list = Invalid type to lazy load, must specify a valid ListClass in statement '{0}'.
|
|
|
61 |
sqlmap_unable_to_find_resource = 'Unable to find SQLMap configuration file '{0}'.
|
|
|
62 |
sqlmap_query_execution_error = Error in executing SQLMap statement '{0}' : '{1}'.
|
|
|
63 |
sqlmap_invalid_delegate = Invalid callback row delegate '{1}' in mapped statement '{0}'.
|
|
|
64 |
sqlmap_invalid_prado_cache = Unable to find Prado cache module for SQLMap cache '{0}'.
|
|
|
65 |
|
|
|
66 |
sqlmap_non_groupby_array_list_type = Expecting GroupBy property in result map '{0}' since {1}::{2} is an array or TList type.
|