# 
# Dictionary.txt
#
# This file contains a list of words that are used for formatting
# SQL identifiers for tables, columns, etc. when the corresponding
# Exodus configuration setting is set to 'dictionary'.
# When a word listed below appears as part of an identifier, that
# identifier is case-mapped identically to the word. 
# Words are matched in sorted order, meaning that shorter words are 
# matched first (see example below).
# The list of words int his file do not require to be sorted.
# See the Exodus User Guide for more information.
#
# Important:
# Users can add their own words to this file, but *only* in the 
# project directory. The Dictionary.txt file in the 'templates' 
# directory, which is copied into the project directory when that
# directory is created, is overwritten when a new version of 
# Exodus is installed.
#
#-------------------------------------------------------------------
#
# This file is part of the Exodus program, an SAP tool.
#
#-------------------------------------------------------------------
# Copyright (c) 2015 SAP SE.
# All rights reserved.
# This software contains confidential information and trade secrets
# of SAP SE. Use, disclosure, reproduction or distribution is
# prohibited without the prior express written permission of SAP SE.
#-------------------------------------------------------------------

#
# SAP-supplied examples (these may be removed if desired):
#
Customer
Custom 
User
Product
Inventory
Name  
Number
Code   
Status
List  
Detail
#
# The following lines illustrate how the shortest string will be matched first,
# causing identifiers 'USERIDENTITY' and 'USERID' to be mapped to
# 'UserIdentity' and 'UserID', respectively. The order of words in this file 
# 
Identifier
Identity
ID    

#
# Add your own words below:
#

Fname
Orders
Details
Publishers
Titles
Authors
Stores
Pub
Id
Name
City
State
Store
Address
Country
Postal
Code
Title
type
Price
Advance
Total
Sales
Notes
Date
Contract
ISBN
Picture
Lname
Phone
Order
Quantity
Discount


#-------------------------------------------------------------------
# end
#-------------------------------------------------------------------
