[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kexi/kexiDB/drivers/cql/cql [POSSIBLY UNSAFE]
From:       Seth Kurtzberg <seth () cql ! com>
Date:       2003-02-02 10:59:10
[Download RAW message or body]

CVS commit by kurtzberg: 

copyright date changes.
directory control changes.


  M +8 -4      BigTest/BigTest.cpp   1.6
  M +1 -1      BigTest/BigTest.h   1.4
  M +1 -1      BigTest/BigTest1.cpp   1.3
  M +1 -1      BigTest/BigTest2.cpp   1.2
  M +1 -1      BigTest/BigTest3.cpp   1.2
  M +1 -1      BigTest/BigTest4.cpp   1.2
  M +1 -1      BigTest/MetaTest.cpp   1.3
  M +1 -1      common/AbstractColumnDescriptor.h   1.3
  M +1 -1      common/AbstractColumnDescriptorList.h   1.2
  M +1 -1      common/AbstractDatabaseHandle.h   1.4
  M +3 -2      common/AbstractEnvironmentHandle.h   1.6
  M +1 -1      common/AbstractErrorManager.h   1.3
  M +2 -2      common/AbstractLogger.h   1.3
  M +1 -1      common/AbstractMessage.h   1.2
  M +1 -1      common/AbstractObject.h   1.2
  M +1 -1      common/AbstractSegmentDescriptor.h   1.2
  M +1 -1      common/AbstractSystemConfigurationManager.h   1.2
  M +1 -1      common/AbstractTable.h   1.3
  M +1 -1      common/AbstractType.h   1.3
  M +1 -1      common/AbstractValue.h   1.3
  M +11 -4     common/Abstractions.cpp   1.10
  M +1 -1      common/Accessor.h   1.2
  M +1 -1      common/BigintValue.cpp   1.4
  M +1 -1      common/BinaryValue.cpp   1.3
  M +1 -1      common/BitValue.cpp   1.3
  M +1 -1      common/BoundColumn.h   1.3
  M +1 -1      common/BoundColumnBigint.cpp   1.3
  M +1 -1      common/BoundColumnBool.cpp   1.3
  M +1 -1      common/BoundColumnChar.cpp   1.3
  M +1 -1      common/BoundColumnDate.cpp   1.3
  M +1 -1      common/BoundColumnDecimal.cpp   1.3
  M +1 -1      common/BoundColumnDouble.cpp   1.3
  M +1 -1      common/BoundColumnFloat.cpp   1.3
  M +1 -1      common/BoundColumnInt.cpp   1.3
  M +1 -1      common/BoundColumnLong.cpp   1.3
  M +1 -1      common/BoundColumnPChar.cpp   1.5
  M +1 -1      common/BoundColumnPCharShort.cpp   1.4
  M +1 -1      common/BoundColumnPUChar.cpp   1.4
  M +1 -1      common/BoundColumnPUCharShort.cpp   1.4
  M +1 -1      common/BoundColumnShort.cpp   1.3
  M +1 -1      common/BoundColumnString.cpp   1.4
  M +1 -1      common/BoundColumnTime.cpp   1.3
  M +1 -1      common/BoundColumnTimestamp.cpp   1.3
  M +1 -1      common/BoundColumnUnsignedChar.cpp   1.3
  M +1 -1      common/BoundColumnUnsignedInt.cpp   1.3
  M +1 -1      common/BoundColumnUnsignedLong.cpp   1.3
  M +1 -1      common/BoundColumnUnsignedShort.cpp   1.3
  M +1 -1      common/CharUCValue.cpp   1.2
  M +1 -1      common/CharValue.cpp   1.4
  M +4 -2      common/Clib.h   1.3
  M +1 -1      common/ClibConnection.h   1.2
  M +1 -1      common/ClibConnectionManager.h   1.2
  M +1 -1      common/ClibFileManager.h   1.5
  M +4 -0      common/Clibs.cpp   1.11
  M +1 -1      common/CommonMisc.cpp   1.8
  M +1 -1      common/ConcreteColumnDescriptor.h   1.3
  M +1 -1      common/Condition.h   1.2
  M +1 -1      common/Connection.h   1.2
  M +1 -1      common/ConnectionManager.h   1.2
  M +1 -1      common/CqlCommonGlobal.cpp   1.2
  M +1 -1      common/CqlCommonGlobal.h   1.2
  M +1 -1      common/CqlCommonInclude.h   1.2
  M +1 -1      common/CqlConfigurationFlex.cpp   1.14
  M +1 -1      common/CqlConfigurationParse.cpp   1.3
  M +1 -1      common/CqlConfigurationParse.h   1.2
  M +1 -1      common/CqlConstants.h   1.5
  M +1 -1      common/CqlDefines.h   1.2
  M +1 -1      common/CqlException.h   1.7
  M +1 -1      common/CqlFixedLengthString.h   1.4
  M +1 -1      common/CqlMachine.cpp   1.2
  M +1 -1      common/CqlMachine.h   1.5
  M +1 -1      common/CqlMemoryDebug.cpp   1.2
  M +1 -1      common/CqlNew.cpp   1.2
  M +1 -1      common/CqlOptions.h   1.2
  M +1 -1      common/CqlString.h   1.3
  M +1 -1      common/CqlStringWithPosition.h   1.2
  M +1 -1      common/CqlStrings.cpp   1.5
  M +1 -1      common/CqlTableConstants.h   1.5
  M +1 -1      common/DateValue.cpp   1.4
  M +1 -1      common/DecimalValue.cpp   1.2
  M +1 -1      common/ErrorManager.cpp   1.3
  M +1 -1      common/ErrorManager.h   1.3
  M +1 -1      common/FloatValue.cpp   1.2
  M +1 -1      common/ForwardReference.h   1.2
  M +1 -1      common/FunctionConstants.h   1.2
  M +1 -1      common/IdentifierConstants.h   1.2
  M +1 -1      common/InstructionConstants.h   1.2
  M +1 -1      common/IntegerValue.cpp   1.2
  M +1 -1      common/List.h   1.2
  M +1 -1      common/ListBase.h   1.2
  M +1 -1      common/ListElement.h   1.2
  M +1 -1      common/Logger.cpp   1.4
  M +1 -1      common/Logger.h   1.4
  M +1 -1      common/LongvarbinaryValue.cpp   1.3
  M +1 -1      common/LongvarcharValue.cpp   1.2
  M +1 -1      common/MemoryIndex.cpp   1.2
  M +1 -1      common/MemoryIndex.h   1.2
  M +1 -1      common/MemoryIndexConstants.h   1.2
  M +1 -1      common/MemoryIndexNode.h   1.2
  M +1 -1      common/MessageIdentifiers.h   1.2
  M +1 -1      common/OutputBuffer.h   1.3
  M +1 -1      common/PredicateTypes.h   1.2
  M +1 -1      common/RealValue.cpp   1.2
  M +1 -1      common/SetComparisonConstants.h   1.2
  M +1 -1      common/SmallintValue.cpp   1.2
  M +1 -1      common/StackList.h   1.2
  M +1 -1      common/SystemConfigurationManager.h   1.3
  M +1 -1      common/TempBuffer.cpp   1.3
  M +1 -1      common/TempBuffer.h   1.2
  M +1 -1      common/TimeValue.cpp   1.3
  M +1 -1      common/TimestampValue.cpp   1.3
  M +1 -1      common/TinyintValue.cpp   1.2
  M +1 -1      common/UserConfigurationManager.h   1.2
  M +1 -1      common/VarbinaryValue.cpp   1.2
  M +1 -1      common/VarcharValue.cpp   1.2
  M +1 -1      isam/BaseBufferPage.h   1.2
  M +2 -2      isam/BufferManager.h   1.3
  M +1 -1      isam/BufferPage.h   1.3
  M +1 -1      isam/BufferPageList.h   1.2
  M +10 -3     isam/BufferPages.cpp   1.4
  M +1 -1      isam/BufferSpaceIndex.h   1.2
  M +1 -1      isam/BufferSpaceIndexNode.h   1.2
  M +1 -1      isam/ColumnDescriptor.h   1.3
  M +1 -1      isam/CqlInstance.cpp   1.5
  M +1 -1      isam/CqlIsamGlobal.cpp   1.2
  M +1 -1      isam/CqlIsamGlobal.h   1.2
  M +1 -1      isam/CqlIsamInclude.h   1.2
  M +1 -1      isam/DatabaseHandle.cpp   1.3
  M +1 -1      isam/DatabaseHandle.h   1.3
  M +1 -1      isam/DeadlockGraphIndex.h   1.2
  M +1 -1      isam/DeadlockGraphIndexNode.h   1.2
  M +24 -8     isam/EnvironmentHandle.cpp   1.7
  M +2 -2      isam/EnvironmentHandle.h   1.4
  M +1 -1      isam/FactoryException.h   1.3
  M +1 -1      isam/FileManager.h   1.2
  M +1 -1      isam/FileManagerException.h   1.3
  M +1 -1      isam/FilenameIndex.h   1.2
  M +1 -1      isam/FilenameIndexNode.h   1.2
  M +1 -1      isam/Files.cpp   1.3
  M +1 -1      isam/Index.h   1.2
  M +1 -1      isam/IndexHeader.h   1.2
  M +1 -1      isam/IndexIndex.h   1.2
  M +1 -1      isam/IndexIndexNode.h   1.2
  M +1 -1      isam/IndexKeyDescriptor.h   1.2
  M +1 -1      isam/IndexSegmentDescriptor.h   1.2
  M +1 -1      isam/Indices.cpp   1.3
  M +1 -1      isam/IsamFile.h   1.3
  M +1 -1      isam/IsamFileHeader.h   1.2
  M +1 -1      isam/IsamForwardReference.h   1.2
  M +1 -1      isam/IsamIndex.h   1.2
  M +1 -1      isam/IsamIndexNode.h   1.2
  M +1 -1      isam/IsamMisc.cpp   1.2
  M +1 -1      isam/KeySearchConstants.h   1.2
  M +1 -1      isam/LockIndex.h   1.2
  M +1 -1      isam/LockIndexNode.h   1.2
  M +1 -1      isam/LogAnalysisIndex.h   1.2
  M +1 -1      isam/LogAnalysisIndexNode.h   1.2
  M +1 -1      isam/LogCreateIndex.h   1.2
  M +1 -1      isam/LogCreateIndexNode.h   1.2
  M +1 -1      isam/LogDeleteIndex.h   1.2
  M +1 -1      isam/LogDeleteIndexNode.h   1.2
  M +1 -1      isam/LogEntry.h   1.2
  M +1 -1      isam/LogPageIndex.h   1.2
  M +1 -1      isam/LogPageIndexNode.h   1.2
  M +1 -1      isam/LogPositionIndexNode.h   1.2
  M +1 -1      isam/LogUndoneIndex.h   1.2
  M +1 -1      isam/LogUndoneIndexNode.h   1.2
  M +1 -1      isam/MemoryIndices.cpp   1.2
  M +1 -1      isam/Node.h   1.2
  M +1 -1      isam/NodeElement.h   1.2
  M +1 -1      isam/NodeIndex.h   1.2
  M +1 -1      isam/NodeIndexNode.h   1.2
  M +1 -1      isam/Nodes.cpp   1.3
  M +1 -1      isam/OpenFileManager.h   1.2
  M +1 -1      isam/PageChainElement.h   1.2
  M +1 -1      isam/PageChainList.h   1.2
  M +1 -1      isam/Record.h   1.2
  M +1 -1      isam/RecordIndex.h   1.2
  M +1 -1      isam/RecordIndexNode.h   1.2
  M +7 -2      isam/TransactionManager.h   1.2
  M +1 -1      isam/TransactionPageIndex.h   1.2
  M +1 -1      isam/TransactionPageIndexNode.h   1.2
  M +1 -1      isam/TransactionStack.h   1.2
  M +1 -1      isam/TransactionStackElement.h   1.2
  M +10 -3     isam/Transactions.cpp   1.2 [POSSIBLY UNSAFE: printf]
  M +1 -1      isam/UserManager.h   1.2
  M +1 -1      isam/VirtualSlot.h   1.2
  M +1 -1      isam/WaiteeIndex.h   1.2
  M +1 -1      isam/WaiteeIndexNode.h   1.2
  M +1 -1      sql/AbstractPredicateOperand.h   1.2
  M +1 -1      sql/AbstractTableSpecification.h   1.3
  M +1 -1      sql/AbstractValueConstants.h   1.2
  M +1 -1      sql/AbstractValueElement.h   1.2
  M +1 -1      sql/BigintLiteralElement.h   1.2
  M +1 -1      sql/BinaryLiteralElement.h   1.2
  M +1 -1      sql/BitLiteralElement.h   1.2
  M +1 -1      sql/CAdvance.h   1.2
  M +1 -1      sql/Column.h   1.2
  M +1 -1      sql/ColumnSpecification.h   1.2
  M +1 -1      sql/ColumnSpecificationList.h   1.2
  M +1 -1      sql/ColumnTable.h   1.2
  M +1 -1      sql/Columns.cpp   1.3
  M +5 -5      sql/CqlFlexScanner.cpp   1.15
  M +1 -1      sql/CqlMetadata.cpp   1.4
  M +1 -1      sql/CqlMetadata.h   1.4
  M +78 -80    sql/CqlSqlBisonParser.cpp   1.7
  M +1 -0      sql/CqlSqlBisonParser.h   1.5
  M +1 -1      sql/CqlSqlClass.h   1.2
  M +1 -1      sql/CqlSqlGlobal.cpp   1.2
  M +1 -1      sql/CqlSqlInclude.h   1.5
  M +1 -1      sql/CqlSqlOptions.h   1.2
  M +1 -1      sql/Cursor.cpp   1.4
  M +1 -1      sql/Cursor.h   1.3
  M +1 -1      sql/DateLiteralElement.h   1.2
  M +1 -1      sql/DecimalLiteralElement.h   1.2
  M +9 -2      sql/Dictionaries.cpp   1.6
  M +1 -1      sql/DoubleStringList.h   1.2
  M +1 -1      sql/DoubleStringListElement.h   1.2
  M +1 -1      sql/DynamicParameterElement.h   1.2
  M +8 -1      sql/Elements.cpp   1.3
  M +1 -1      sql/Expression.cpp   1.3
  M +1 -1      sql/Expression.h   1.2
  M +1 -1      sql/ExpressionColumnList.h   1.2
  M +1 -1      sql/ExpressionColumnListElement.h   1.2
  M +1 -1      sql/ExpressionConstants.h   1.2
  M +1 -1      sql/FILEListElement.h   1.2
  M +1 -1      sql/FloatLiteralElement.h   1.2
  M +1 -1      sql/ForeignKey.h   1.2
  M +1 -1      sql/ForeignKeyList.h   1.2
  M +1 -1      sql/ForeignKeyNames.h   1.2
  M +1 -1      sql/ForeignKeys.cpp   1.2
  M +1 -1      sql/FunctionInstructions.cpp   1.3
  M +1 -1      sql/FunctionInstructions.h   1.2
  M +1 -1      sql/GrantColumn.h   1.2
  M +1 -1      sql/GrantPrivilege.h   1.2
  M +1 -1      sql/GrantUser.h   1.2
  M +1 -1      sql/IndexColumnName.h   1.2
  M +1 -1      sql/IndexDictionary.h   1.2
  M +1 -1      sql/IndexNameListGroup.h   1.2
  M +1 -1      sql/InsertColumnName.h   1.2
  M +1 -1      sql/Instructions.cpp   1.2
  M +1 -1      sql/Instructions.h   1.2
  M +1 -1      sql/IntegerLiteralElement.h   1.2
  M +12 -2     sql/Interpreter.cpp   1.6
  M +1 -1      sql/Library.cpp   1.2
  M +1 -1      sql/LiteralElement.h   1.2
  M +1 -1      sql/MainDictionary.h   1.4
  M +1 -1      sql/NonterminalPredicateOperand.h   1.2
  M +1 -1      sql/NullLiteralElement.h   1.2
  M +1 -1      sql/NumericLiteralElement.h   1.2
  M +1 -1      sql/OptimizerPredicateList.h   1.2
  M +69 -14    sql/Parser.cpp   1.6 [POSSIBLY UNSAFE: printf,scanf]
  M +25 -4     sql/Parser.h   1.5
  M +1 -1      sql/ParserConstants.h   1.2
  M +1 -1      sql/ParserStack.h   1.2
  M +1 -1      sql/ParserStackElement.h   1.2
  M +1 -1      sql/PermanentColumnSpecification.h   1.2
  M +1 -1      sql/Predicate.h   1.2
  M +1 -1      sql/PredicateList.h   1.2
  M +1 -1      sql/Predicates.cpp   1.4
  M +1 -1      sql/PrivilegeDictionary.h   1.2
  M +1 -1      sql/PrivilegeDictionaryRecord.h   1.2
  M +1 -1      sql/PrivilegeFieldDictionary.h   1.2
  M +1 -1      sql/PrivilegeFieldDictionaryRecord.h   1.2
  M +1 -1      sql/QueryExpression.h   1.3
  M +1 -1      sql/QueryStackElement.h   1.2
  M +1 -1      sql/RealLiteralElement.h   1.2
  M +1 -1      sql/ReferencedColumn.h   1.2
  M +1 -1      sql/ReferencedColumnList.h   1.2
  M +1 -1      sql/RefersDictionary.h   1.2
  M +1 -1      sql/Report.h   1.2
  M +1 -1      sql/ReportField.h   1.2
  M +1 -1      sql/ReportWindow.h   1.2
  M +1 -1      sql/Reports.cpp   1.2
  M +1 -1      sql/ResultSet.h   1.2
  M +1 -1      sql/RowId.h   1.2
  M +1 -1      sql/SegmentedKeyGroup.h   1.2
  M +1 -1      sql/SegmentedKeyGroupList.h   1.2
  M +1 -1      sql/SegmentedKeys.cpp   1.2
  M +5 -3      sql/SelectExpression.cpp   1.6
  M +1 -1      sql/SelectExpression.h   1.2
  M +1 -1      sql/SelectExpressionCollectionObject.h   1.2
  M +1 -1      sql/SelectExpressionList.h   1.2
  M +1 -1      sql/SetRow.h   1.2
  M +1 -1      sql/SmallintLiteralElement.h   1.2
  M +1 -1      sql/SqlEnvironmentHandle.h   1.4
  M +7 -1      sql/SqlHandle.cpp   1.9
  M +1 -1      sql/SqlHandle.h   1.9
  M +1 -1      sql/SqlHandleInline.h   1.5
  M +1 -1      sql/SqlMisc.cpp   1.7
  M +1 -1      sql/StatementHandle.cpp   1.2
  M +1 -1      sql/StatementHandle.h   1.3
  M +1 -1      sql/StringElement.h   1.2
  M +1 -1      sql/StringList.h   1.2
  M +1 -1      sql/StringListElement.h   1.2
  M +1 -1      sql/StringListGroup.h   1.2
  M +1 -1      sql/StringLists.cpp   1.2
  M +1 -1      sql/SubqueryElement.h   1.2
  M +1 -1      sql/SubqueryResultSet.h   1.2
  M +2 -2      sql/SystemDictionary.h   1.2
  M +2 -2      sql/SystemTable.h   1.2
  M +1 -1      sql/SystemTableColumns.h   1.2
  M +1 -1      sql/SystemTableIndices.h   1.2
  M +1 -1      sql/SystemTableTables.h   1.2
  M +9 -2      sql/SystemTables.cpp   1.2
  M +1 -1      sql/Table.h   1.2
  M +1 -1      sql/TableReferenceColumn.h   1.2
  M +1 -1      sql/TableReferenceColumnList.h   1.2
  M +1 -1      sql/TableSpecification.h   1.3
  M +1 -1      sql/TableTable.h   1.2
  M +1 -1      sql/TableTableElement.h   1.2
  M +1 -1      sql/TablenameIndex.h   1.2
  M +1 -1      sql/TablenameIndexNode.h   1.2
  M +1 -1      sql/Tables.cpp   1.8
  M +1 -1      sql/TemporaryResultFile.h   1.2
  M +1 -1      sql/TerminalPredicateOperand.h   1.2
  M +1 -1      sql/TimeLiteralElement.h   1.2
  M +1 -1      sql/TimestampLiteralElement.h   1.2
  M +1 -1      sql/TinyintLiteralElement.h   1.2
  M +1 -1      sql/TripleStringList.h   1.2
  M +1 -1      sql/TripleStringListElement.h   1.2
  M +1 -1      sql/UpdateColumnNameAndExp.h   1.2
  M +1 -1      sql/UserReportFunction.h   1.2
  M +1 -1      sql/ValueExpressionStack.h   1.2
  M +1 -1      sql/ValueExpressionStackElement.h   1.2
  M +1 -1      sql/VariableSpecification.h   1.2
  M +1 -1      sql/View.h   1.2
  M +1 -1      sql/ViewSpecification.h   1.2
  M +1 -1      sql/Views.cpp   1.2



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic