Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BlockAllocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*************************************************************************
*/

#include "stdafx.h"
#include "StdAfx.h"
#include "BlockAllocator.h"

//Block allocator members
Expand Down
2 changes: 1 addition & 1 deletion ColumnDescriptor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2023 CCP ehf.
#include "ColumnDescriptor.h"

#include "utils.h"
#include "Utils.h"

#include <atlstr.h>

Expand Down
4 changes: 2 additions & 2 deletions DelayedException.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2014 CCP ehf.
#include "stdafx.h"
#include "StdAfx.h"
#include "DelayedException.h"
#include "utils.h"
#include "Utils.h"


DelayedException::DelayedException(const char *msg, HRESULT hr, PyObject *cls) :
Expand Down
2 changes: 1 addition & 1 deletion NSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "NSession.h"
#include <Scheduler.h>

#include "utils.h"
#include "Utils.h"
using Utilities::DbExc_RuntimeError;

static CcpLogChannel_t s_chNSession = CCP_LOG_DEFINE_CHANNEL( "NSession" );
Expand Down
2 changes: 1 addition & 1 deletion NSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "PyTemplates.h"

#include "SessionPool.h"
#include "tmprowset.h"
#include "TmpRowset.h"

#include <atlstr.h>
#include <msdadc.h> // for IDataConvert
Expand Down
2 changes: 1 addition & 1 deletion RowDescriptor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2023 CCP ehf.
#include "RowDescriptor.h"

#include "utils.h"
#include "Utils.h"

#include <atlstr.h>

Expand Down
2 changes: 1 addition & 1 deletion SessionPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*************************************************************************
*/

#include "stdafx.h"
#include "StdAfx.h"
#include "SessionPool.h"
#include <Scheduler.h>

Expand Down
2 changes: 1 addition & 1 deletion SqlCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "PythonBuff.h"

#include "utils.h"
#include "Utils.h"
using Utilities::DbExc_RuntimeError;

#include "NSession.h"
Expand Down
2 changes: 1 addition & 1 deletion SqlCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define _SQLCOMMAND_H_

#include "StdAfx.h"
#include "tmprowset.h"
#include "TmpRowset.h"
#include "Accessor.h"

class NSession;
Expand Down
2 changes: 1 addition & 1 deletion StdAfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// db.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"
#include "StdAfx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
Expand Down
2 changes: 1 addition & 1 deletion StringStore.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © 2014 CCP ehf.
#include "stdafx.h"
#include "StdAfx.h"
#include "StringStore.h"

template <>
Expand Down
2 changes: 1 addition & 1 deletion TmpRowset.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <string>
#include <atlstr.h>
#include <atldbcli.h>
#include "utils.h"
#include "Utils.h"
#include "DelayedException.h"
#include "StringStore.h"
#include "BlockAllocator.h"
Expand Down